-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
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
MLMD Model Card add colab example with more information #264
Comments
Hi @zippeurfou, I'm not sure I fully understand your suggestion. Is the idea to create a notebook on Colab then link to it from the model card? Or perhaps to create a notebook that's in itself a model card and contains interactive components? Or something else? |
Thanks for getting back to me. |
@codesue here is some sample code that can display what I mean.
Of course a lot more can be done but this is just an example. |
Hi @zippeurfou, I like the general ideas here! I think we could flesh out the design a bit more and confirm whether the tfdv and tensorboard widgets would work outside of a notebook. Would you be willing to contribute these features? |
thanks @codesue
To be frank it depends, I have limited availabilities but I do feel like this would be a great addition. |
Expected Behavior
We should have a colab that can display the model architecture (
model.summary()
if using keras) as part of the model card.In addition tensorflow data validation also output general statistics see screenshot:
Finally, It would be nice to show an example where we connect some tensorboard chart (ie. loss chart).
Actual Behavior
No example
Steps to Reproduce the Problem
This is a feature request not a bug
The text was updated successfully, but these errors were encountered: