Weights for model sequential have not yet been created #21
-
Hi Rishit, Even after calling the model with model(img, iters = 12, return_all = True) I get the following error when I want to get trainable_weights: Weights are created when the Model is first called on inputs or Do you have any solutions for this? Thanks, Parnian |
Beta Was this translation helpful? Give feedback.
Answered by
Rishit-dagli
May 16, 2021
Replies: 1 comment
-
Hi @ParnianA , |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Rishit-dagli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ParnianA ,
I wasn't able to reproduce this error, see this Colab Example. Maybe some more info would be helpful.