Skip to content

[maskedtensor] Overview tutorial [1/4] #2050

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Oct 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update build.sh
  • Loading branch information
Svetlana Karslioglu authored Oct 20, 2022
commit 16b85bd174b7ebc458fde799b94ce5120ee6b58a
4 changes: 1 addition & 3 deletions .jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
# python $DIR/remove_runnable_code.py intermediate_source/spatial_transformer_tutorial.py intermediate_source/spatial_transformer_tutorial.py || true
# Temp remove for 1.10 release.
# python $DIR/remove_runnable_code.py advanced_source/neural_style_tutorial.py advanced_source/neural_style_tutorial.py || true
# Temp remove for 1.13 release.
python $DIR/remove_runnable_code.py beginner_source/fx_numeric_suite_tutorial.py beginner_source/fx_numeric_suite_tutorial.py || true


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

Expand Down