-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
trained recurrent model can't be saved in BSON #531
Comments
I am experiencing same issue ... using LSTM toy model. |
I switched to JLD2, it worked well. |
I'm Julia 1.1, Flux 0.8.2, BSON 0.2.3 on Ubuntu 18.04, This works. Anway, In my code, I don't use RNN. I use only Dense Layers but size is quite larger than this code
However, I got similar message with
EDIT: My problem was EDIT2: I measured accuracy of model as custom accuracy function inspired by
this returned
|
This is not |
I take an example directly from flux saving in Flux
And I got this error:
This is connected to this error of BSON.jl: |
this should be fixed by JuliaIO/BSON.jl#70 |
hi,
I just found my model can't be saved in BSON.
I am using
Julia
1.0.3 on Windows 10 withFlux
0.6.10 andBSON
0.2.1.Interestingly, if I do not train the model, or do not use recurrent LSTM layer, or do
it all worked.
The text was updated successfully, but these errors were encountered: