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
Add new tutorial: Multi-Objective NAS with Ax (#2006)
* Add Ax multi-objective NAS optimization tutorial
* F
Fix reading local file path. Add nbformat to reqs
* Use sphinx-gallery built-in support for plotly
* Remove weights_summary arg from Trainer (removed in ptl 1.7.0)
* changes as recommended in task + pin lightning
* Fixed broken links and rst warnings; changed CV figure to plotly; added nbformat as dependency; removed weights_format argument to allow newer version of lightning
* Reverted changes recommended in task -- total_trials and downloading data in Makefile
* a single space
* Various updates
* Apply editorial edit suggestions from code review
Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
* Apply suggestions from code review
* Use python builtin component to simplify things
* Apply suggestions from code review
Co-authored-by: Nikita Shulga <nikita.shulga@gmail.com>
* Refactor main loop and guard by `__main__`, print to stdout
* Mark mnist_train_nas.py as dependency for tutorial
* Move tutorial to intermediate directory
Co-authored-by: Elizabeth Santorella <santorella@fb.com>
Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
Co-authored-by: Nikita Shulga <nikita.shulga@gmail.com>
Co-authored-by: Nikita Shulga <nshulga@fb.com>
0 commit comments