google-research / tuning_playbook

A playbook for systematically maximizing the performance of deep learning models.
Other
26.29k stars 2.18k forks source link

Provide (open source) scripts for visualizations in the playbook #66

Closed fzyzcjy closed 5 months ago

fzyzcjy commented 5 months ago

Hi, thanks for the guidance! As is suggested in the playbook, it would be great to automatically generate all these plots. I am happy to make one (looks like just some simple jupyter notebook) if nobody has made an open source one yet.

varungodbole commented 5 months ago

Hi @fzyzcjy, thanks for the suggestion! We're trying to keep this repository text-only. Especially since there are many different libraries that one could use to make the relevant plots.

But you're welcome to create another repository with the code samples and add a URL in there to this repo. Or you're welcome to fork this repo and make a self-contained repo.