-
Notifications
You must be signed in to change notification settings - Fork 535
[BUG Report]: Unable to load multiple models at once #1174
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
Comments
Another issue.. Concatenate layer does not save/load correctly using
saving this model and then attempting to load it returns this error:
|
Any update/fix for this? I'm completely blocked until this can be resolved. I'm trying to implement reinforcement learning for a game w/ benchmarking on previous versions of itself which worked fine in tensorflow.js but saving/loading seems completely broken in Tensorflow.net. |
Very sorry to reply to your message so late. The implementation of
When modified the code you provide, it runs successfully. |
My main problem was saving/loading was not working because I had a concat layer, which PR #1192 fixed. Without that, I was attempting to use save/load _weights as a workaround |
Description
I am unable to create multiple networks at the same time. I have a file containing the weights of my network, but only 1
model.load_weights
succeeds. I thought maybe it was unable to load the same file multiple times, so I tried loading different files and still only the first model succeeds. I am getting the error message:Reproduction Steps
Known Workarounds
No response
Configuration and Other Information
No response
The text was updated successfully, but these errors were encountered: