Commit ebce103
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>1 parent 8b8e5d9 commit ebce103
File tree
7 files changed
+709
-2
lines changed- .jenkins
- _static/img
- intermediate_source
7 files changed
+709
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
| 495 | + | |
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
510 | 517 | | |
511 | 518 | | |
512 | 519 | | |
| |||
871 | 878 | | |
872 | 879 | | |
873 | 880 | | |
| 881 | + | |
874 | 882 | | |
875 | 883 | | |
876 | 884 | | |
| |||
902 | 910 | | |
903 | 911 | | |
904 | 912 | | |
905 | | - | |
| 913 | + | |
906 | 914 | | |
907 | 915 | | |
908 | 916 | | |
| |||
0 commit comments