-
Notifications
You must be signed in to change notification settings - Fork 177
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 execute evaluate.py #20
Comments
ah,,,,, using costom LeNet-5 architecture |
No... not yet..
2020년 9월 9일 (수) 오전 12:31, mengniwang95 <[email protected]>님이 작성:
… [image: image]
<https://user-images.githubusercontent.com/42489745/91732413-2a6b4c80-ebe3-11ea-8a3f-157a7a03feb0.png>
[image: image]
<https://user-images.githubusercontent.com/42489745/91732505-48d14800-ebe3-11ea-89b3-f9755c4f5ce1.png>
When I tried to execute evaluate.py, I've got error "Unsuccessful
TensorSliceReader constructor: Failed to find any matching files for
saved_model/" Why is this happening?
same error, have you fix it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKEFPEN4ETFD6P63K3VBM73SEZE3TANCNFSM4QQS7CYQ>
.
|
I fix it just now, you need to add saved_model_name after saved_model/, like saved_model/model |
Don't understand it.. Can you capture the modified part and show me?
2020년 9월 9일 (수) 오전 12:35, mengniwang95 <[email protected]>님이 작성:
… No... not yet.. 2020년 9월 9일 (수) 오전 12:31, mengniwang95
***@***.***님이 작성:
… <#m_-8871822223433517859_>
[image: image]
https://user-images.githubusercontent.com/42489745/91732413-2a6b4c80-ebe3-11ea-8a3f-157a7a03feb0.png
[image: image]
https://user-images.githubusercontent.com/42489745/91732505-48d14800-ebe3-11ea-89b3-f9755c4f5ce1.png
When I tried to execute evaluate.py, I've got error "Unsuccessful
TensorSliceReader constructor: Failed to find any matching files for
saved_model/" Why is this happening? same error, have you fix it? — You are
receiving this because you are subscribed to this thread. Reply to this
email directly, view it on GitHub <#20 (comment)
<#20 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AKEFPEN4ETFD6P63K3VBM73SEZE3TANCNFSM4QQS7CYQ
.
I fix it just now, you need to add saved_model_name after saved_model/,
like saved_model/model
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKEFPELM4BWTFQM3F7WMMJTSEZFN5ANCNFSM4QQS7CYQ>
.
|
configuration.py ---> save_model_dir = 'saved_model/model' |
@mengniwang95 thanks you for your advice!! ^^ |
When I tried to execute evaluate.py, I've got error "Unsuccessful TensorSliceReader constructor: Failed to find any matching files for saved_model/" Why is this happening?
The text was updated successfully, but these errors were encountered: