You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to investigate why JAX models converted to TF and then pushed using push_to_hub_keras don't have automatically generated sections in model card. The bare minimum should have model plot and training hyperparameters. Metrics aren't written if the history isn't kept. (which is normal for this case)
Also pinging @sayakpaul
We see the model plot in the corresponding model repository but not the other stuff you mentioned. I wonder why the model plot doesn't appear for the MAXIM model. I can initialize the MAXIM model and actually plot the model.
Describe the bug
I need to investigate why JAX models converted to TF and then pushed using push_to_hub_keras don't have automatically generated sections in model card. The bare minimum should have model plot and training hyperparameters. Metrics aren't written if the history isn't kept. (which is normal for this case)
Also pinging @sayakpaul
Reproduction
Code is here: https://github.com/sayakpaul/maxim-tf/blob/main/convert_to_tf.py#L204
Logs
No response
System Info
Need to ask but is insignificant for this case.
The text was updated successfully, but these errors were encountered: