Skip to content

Commit afaf12a

Browse files
committed
Move tutorial to intermediate directory
1 parent bfb4118 commit afaf12a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.jenkins/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"beginner_source/ax_multiobjective_nas_tutorial.py": {
3-
"extra_files": ["beginner_source/mnist_train_nas.py"]
2+
"intermediate_source/ax_multiobjective_nas_tutorial.py": {
3+
"extra_files": ["intermediate_source/mnist_train_nas.py"]
44
},
55
"beginner_source/dcgan_faces_tutorial.py": {
66
"duration": 2000

index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ What's new in PyTorch tutorials?
511511
:header: Multi-Objective Neural Architecture Search with Ax
512512
:card_description: Learn how to use Ax to search over architectures find optimal tradeoffs between accuracy and latency.
513513
:image: _static/img/ray-tune.png
514-
:link: beginner/ax_multiobjective_nas_tutorial.html
514+
:link: intermediate/ax_multiobjective_nas_tutorial.html
515515
:tags: Model-Optimization,Best-Practice,Ax,TorchX
516516

517517
.. Parallel-and-Distributed-Training
@@ -878,7 +878,7 @@ Additional Resources
878878
advanced/static_quantization_tutorial
879879
intermediate/torchserve_with_ipex
880880
intermediate/nvfuser_intro_tutorial
881-
beginner/ax_multiobjective_nas_tutorial
881+
intermediate/ax_multiobjective_nas_tutorial
882882

883883
.. toctree::
884884
:maxdepth: 2

0 commit comments

Comments
 (0)