Cannot see a Parameter in the model. #9528
Answered
by
akihironitta
businessabstraction
asked this question in
Q&A
-
When I create a Parameter in
It doesn't show:
|
Beta Was this translation helpful? Give feedback.
Answered by
akihironitta
Jul 21, 2024
Replies: 1 comment
-
Yes, that's expected. You can still check parameters by running: for i in model.parameters():
print(i) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
businessabstraction
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, that's expected. You can still check parameters by running: