I am creating my Object Detection Project using Tensorflow After Creating a virtual environment in command prompt (Windows 11) ,while trying to train my model , I get the following error : tensorflow.python.framework.errors_impl.NotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for MiniProject3\workspace\pre-trained-models\SSD MobileNet V2 FPNLite 320x320\Chkpoint\ckpt-0
I am using SSD MobileNet V2 FPNLite 320x320 as my pretrained model. Python Version - Python 3.9.0