We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when I try to run save_model.py it runs without error but all the weights are not saved properly. it says
Total params: 6,062,814 Trainable params: 6,056,606 Non-trainable params: 6,208
when it is saved properly,it should be
Total params: 64,429,405 Trainable params: 64,363,101 Non-trainable params: 66,304
as shown in figure below.
can someone help me with case??
The text was updated successfully, but these errors were encountered:
i am also facing same issue
Sorry, something went wrong.
No branches or pull requests
when I try to run save_model.py it runs without error but all the weights are not saved properly. it says
Total params: 6,062,814
Trainable params: 6,056,606
Non-trainable params: 6,208
when it is saved properly,it should be
Total params: 64,429,405
Trainable params: 64,363,101
Non-trainable params: 66,304
as shown in figure below.
can someone help me with case??
The text was updated successfully, but these errors were encountered: