Failed to reached the file path

When creating a post, please add:

Hello, check in the “models” folder. Do you have the checkpoint created or not?

If not, go back in the cells where the checkpoint is created and check why it has not been created!

share screenshot of the complete error, take two separate screenshot of the error if it is too lengthy.

as you can see that in screenshot, the models folder already opened and in test_data folder there’s not any checkpoint file

Great, go back where the checkpoint is created and check why is not created!

based on the error, it is stating, you are missing the ckpt-0 suffix part while restoring the checkpoint.

Here is the order

checkpoint_path:
Using the “files” browser in the left side of Colab, navigate to models → research → object_detection → test_data

Please set checkpoint_path to the path to the full path models/…/ckpt-0 make sure you arent missing ckpt-0