-
Notifications
You must be signed in to change notification settings - Fork 145
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
ValueError: The passed save_path is not a valid checkpoint: model/model.ckpt-43000 #15
Comments
What is your backend? |
font{
line-height: 1.6;
}
ul,ol{
padding-left: 20px;
list-style-position: inside;
}
tf2.x
On 12/7/2021 09:20,Lu ***@***.***> wrote:
What is your backend?
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
|
You could replace the error line with |
@minzhu-penn - May I know which version of TensorFlow you use and which backend? Backend: tensorflow.compat.v1 |
@JianfengNing |
I am getting this error as well! My backend is : code:
Error:
|
I am using, `Using backend: tensorflow.compat.v1' and getting similar error : link |
See FAQ Q: More details about DeepXDE source code, and want to modify DeepXDE at https://deepxde.readthedocs.io/en/latest/user/faq.html |
How to fix this problem?
raceback (most recent call last):
File "D:/Desktop/Codes/deeponet-master/deeponet-master/src/deeponet_pde.py", line 285, in
main()
File "D:/Desktop/Codes/deeponet-master/deeponet-master/src/deeponet_pde.py", line 281, in main
run(problem, system, space, T, m, nn, net, lr, epochs, num_train, num_test)
File "D:/Desktop/Codes/deeponet-master/deeponet-master/src/deeponet_pde.py", line 176, in run
model.restore("model/model.ckpt-" + str(train_state.best_step), verbose=1)
File "D:\Users\FIVE\miniconda3\lib\site-packages\deepxde\model.py", line 666, in restore
self.saver.restore(self.sess, save_path)
File "D:\Users\FIVE\miniconda3\lib\site-packages\tensorflow\python\training\saver.py", line 1290, in restore
raise ValueError("The passed save_path is not a valid checkpoint: " +
ValueError: The passed save_path is not a valid checkpoint: model/model.ckpt-43000
The text was updated successfully, but these errors were encountered: