File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ if [[ "${CIRCLE_JOB}" == *worker_* ]]; then
4949 python $DIR /remove_runnable_code.py advanced_source/static_quantization_tutorial.py advanced_source/static_quantization_tutorial.py || true
5050 python $DIR /remove_runnable_code.py beginner_source/hyperparameter_tuning_tutorial.py beginner_source/hyperparameter_tuning_tutorial.py || true
5151 python $DIR /remove_runnable_code.py beginner_source/audio_preprocessing_tutorial.py beginner_source/audio_preprocessing_tutorial.py || true
52+ python $DIR /remove_runnable_code.py beginner_source/dcgan_faces_tutorial.py beginner_source/dcgan_faces_tutorial.py || true
5253 python $DIR /remove_runnable_code.py intermediate_source/tensorboard_profiler_tutorial.py intermediate_source/tensorboard_profiler_tutorial.py || true
5354 # Temp remove for mnist download issue. (Re-enabled for 1.8.1)
5455 # python $DIR/remove_runnable_code.py beginner_source/fgsm_tutorial.py beginner_source/fgsm_tutorial.py || true
Original file line number Diff line number Diff line change 4747#
4848# In this network, ``w`` and ``b`` are **parameters**, which we need to
4949# optimize. Thus, we need to be able to compute the gradients of loss
50- # function with respect to those variables. In orded to do that, we set
50+ # function with respect to those variables. In order to do that, we set
5151# the ``requires_grad`` property of those tensors.
5252
5353#######################################################################
Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ Additional Resources
497497 :header: PyTorch Cheat Sheet
498498 :description: Quick overview to essential PyTorch elements.
499499 :button_link: beginner/ptcheat.html
500- :button_text: Download
500+ :button_text: Open
501501
502502.. customcalloutitem ::
503503 :header: Tutorials on GitHub
@@ -509,7 +509,7 @@ Additional Resources
509509 :header: Run Tutorials on Google Colab
510510 :description: Learn how to copy tutorial data into Google Drive so that you can run tutorials on Google Colab.
511511 :button_link: beginner/colab.html
512- :button_text: Download
512+ :button_text: Open
513513
514514.. End of callout section
515515
You can’t perform that action at this time.
0 commit comments