Skip to content

Commit a20f01c

Browse files
authored
Merge branch 'master' into patch-2
2 parents ab8196b + c08519b commit a20f01c

35 files changed

+3566
-2131
lines changed

.circleci/scripts/build_for_windows.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ if [[ "${CIRCLE_JOB}" == *worker_* ]]; then
4848
python $DIR/remove_runnable_code.py intermediate_source/model_parallel_tutorial.py intermediate_source/model_parallel_tutorial.py || true
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
51-
python $DIR/remove_runnable_code.py beginner_source/audio_preprocessing_tutorial.py beginner_source/audio_preprocessing_tutorial.py || true
51+
python $DIR/remove_runnable_code.py beginner_source/audio_io_tutorial.py beginner_source/audio_io_tutorial.py || true
52+
python $DIR/remove_runnable_code.py beginner_source/audio_resampling_tutorial.py beginner_source/audio_resampling_tutorial.py || true
53+
python $DIR/remove_runnable_code.py beginner_source/audio_data_augmentation_tutorial.py beginner_source/audio_data_augmentation_tutorial.py || true
54+
python $DIR/remove_runnable_code.py beginner_source/audio_feature_extractions_tutorial.py beginner_source/audio_feature_extractions_tutorial.py || true
55+
python $DIR/remove_runnable_code.py beginner_source/audio_feature_augmentation_tutorial.py beginner_source/audio_feature_augmentation_tutorial.py || true
56+
python $DIR/remove_runnable_code.py beginner_source/audio_datasets_tutorial.py beginner_source/audio_datasets_tutorial.py || true
5257
python $DIR/remove_runnable_code.py beginner_source/dcgan_faces_tutorial.py beginner_source/dcgan_faces_tutorial.py || true
5358
python $DIR/remove_runnable_code.py intermediate_source/tensorboard_profiler_tutorial.py intermediate_source/tensorboard_profiler_tutorial.py || true
5459
# Temp remove for mnist download issue. (Re-enabled for 1.8.1)

.devcontainer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spacy
1717
ray[tune]
1818

1919
# PyTorch Theme
20-
-e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
20+
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
2121

2222
ipython
2323

.jenkins/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python -m spacy download de
4141

4242
# PyTorch Theme
4343
rm -rf src
44-
pip install -e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
44+
pip install -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
4545
pip install sphinx-gallery==0.3.1 tqdm matplotlib ipython pillow==8.1.0
4646

4747
aws configure set default.s3.multipart_threshold 5120MB
@@ -56,7 +56,7 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
5656
# python $DIR/remove_runnable_code.py beginner_source/fgsm_tutorial.py beginner_source/fgsm_tutorial.py || true
5757
# python $DIR/remove_runnable_code.py intermediate_source/spatial_transformer_tutorial.py intermediate_source/spatial_transformer_tutorial.py || true
5858
# Temp remove for 1.10 release.
59-
python $DIR/remove_runnable_code.py advanced_source/neural_style_tutorial.py advanced_source/neural_style_tutorial.py || true
59+
# python $DIR/remove_runnable_code.py advanced_source/neural_style_tutorial.py advanced_source/neural_style_tutorial.py || true
6060

6161
# TODO: Fix bugs in these tutorials to make them runnable again
6262
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true

_static/img/profiler_callstack.png

-30.9 KB
Loading

_static/img/profiler_kernel_view.png

-26.4 KB
Loading
-34.8 KB
Loading

_static/img/profiler_overview1.png

-55.2 KB
Loading

_static/img/profiler_overview2.png

-43.6 KB
Loading
80.5 KB
Loading

_static/img/profiler_views_list.png

-32 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)