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

Some error after training for 6 Epoches. #27

Open
Yash-099 opened this issue Jun 4, 2020 · 0 comments
Open

Some error after training for 6 Epoches. #27

Yash-099 opened this issue Jun 4, 2020 · 0 comments

Comments

@Yash-099
Copy link

Yash-099 commented Jun 4, 2020

I am getting some error after the model finished training for 6 epoches.
the error is as follows-

Traceback (most recent call last):
File "train.py", line 20, in
tfnet.train()
File "/home/yash/anaconda3/lib/python3.6/site-packages/darkflow/net/flow.py", line 72, in train
if not ckpt: _save_ckpt(self, *args)
File "/home/yash/anaconda3/lib/python3.6/site-packages/darkflow/net/flow.py", line 23, in _save_ckpt
with open(profile, 'wb') as profile_ckpt:
FileNotFoundError: [Errno 2] No such file or directory: './ckpt/yolo_custom-500.profile'

I guess that this error is due to broken wieght file. But i have downloaded the same weight file which you have specified in your .ipynb file the yolov2.weights. Can you suggest some solution for this?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant