How to sumarize the model #679
Answered
by
avital
pisut-thengtubtim
asked this question in
Q&A
-
How can I sumarize the model like keras ? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
avital
Nov 26, 2020
Replies: 2 comments 4 replies
-
I think @rolandgvc maybe had some code that does this? Roland, has your summary printer code been ported to Linen? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
pisut-thengtubtim
-
Or you can use the from clu import parameter_overview
parameter_overview.log_parameter_overview(params)
# alternatively:
# print(parameter_overview.get_parameter_overview(params))
# parameter_overview = parameter_overview.get_parameter_rows(params) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think @rolandgvc maybe had some code that does this? Roland, has your summary printer code been ported to Linen?