-
Notifications
You must be signed in to change notification settings - Fork 441
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
how to generate YOLO_small.ckpt file by runing train.py? #74
Comments
it won't generator .ckpt file in new tensorflow version. just load the .meta and .date. |
|
@Youpretty |
The new tensorflow generate three files(.meta; .index; .data-XXX-of-XXX) instead of .ckpt file. And you can use these files like before. Put them in weights: |
I'm new. I had this problem while running "train.py."Has anyone ever encountered this BUG? How to solve this problem? |
I changed the code<< log_str = '''{} Epoch: {}, Step: {}, Learning rate: {},'''
log_str = '''{} Epoch: {}, Step: {}, Learning rate: {},Loss: {:5.3f}\n |
No description provided.
The text was updated successfully, but these errors were encountered: