Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tensorflow.python.framework.errors_impl.NotFoundError: NewRandomAccessFile failed to Create/Open: models\my_ssd_mobilenet_v2_fpnlite\pipeline.config : The system cannot find the path specified. ; No such process #9718

Closed
Homayra22 opened this issue Feb 8, 2021 · 4 comments
Assignees
Labels
models:research models that come under research directory type:support

Comments

@Homayra22
Copy link

I am creating a object detection model using tensor flow 2.0, Python 3.7.8 and windows 10. I have no GPU on my laptop I am following this tutorial https://github.com/armaanpriyadarshan/Training-a-Custom-TensorFlow-2.X-Object-Detector.

After creating object detection API , when its time for training the model, as aprt of last step os training I run this command
python model_main_tf2.py --model_dir=models\my_ssd_mobilenet_v2_fpnlite --pipeline_config_path=models\my_ssd_mobilenet_v2_fpnlite\pipeline.config

and got the error

self._read_buf = _pywrap_file_io.BufferedInputStream(
tensorflow.python.framework.errors_impl.NotFoundError: NewRandomAccessFile failed to Create/Open: models\my_ssd_mobilenet_v2_fpnlite\pipeline.config : The system cannot find the path specified.
; No such process

@ravikyram ravikyram added the models:research models that come under research directory label Feb 9, 2021
@ravikyram ravikyram assigned ravikyram and unassigned saikumarchalla Feb 9, 2021
@ravikyram ravikyram added the stat:awaiting response Waiting on input from the contributor label Feb 9, 2021
@ravikyram
Copy link

@Homayra22

Please refer similar issue #2215 and see if it helps you. Thanks!

@Homayra22
Copy link
Author

Thanks. I have solved the error. I have changed the path address of train.record, test.record, checkpoint path, lebal_path in pipeline.config file. I have changed the backslash with forward slash.

@ravikyram
Copy link

@Homayra22

Glad to know that issue was resolved. Please, close this thread as your issue was resolved.Thanks!

@google-ml-butler
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

@ravikyram ravikyram removed the stat:awaiting response Waiting on input from the contributor label Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models:research models that come under research directory type:support
Projects
None yet
Development

No branches or pull requests

3 participants