You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: run_python_examples.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -189,8 +189,8 @@ function stop() {
189
189
snli/.data/ \
190
190
snli/.vector_cache/ \
191
191
snli/results/ \
192
-
super_resolution/dataset/ \
193
-
super_resolution/model_epoch_1.pth \
192
+
#super_resolution/dataset/ \
193
+
#super_resolution/model_epoch_1.pth \
194
194
time_sequence_prediction/predict*.pdf \
195
195
time_sequence_prediction/traindata.pt \
196
196
word_language_model/model.pt \
@@ -216,7 +216,7 @@ function run_all() {
216
216
run regression
217
217
run reinforcement_learning
218
218
run siamese_network
219
-
run super_resolution
219
+
#run super_resolution - flaky
220
220
run time_sequence_prediction
221
221
run vae
222
222
# vision_transformer - example broken see https://github.com/pytorch/examples/issues/1184 and https://github.com/pytorch/examples/pull/1258 for more details
0 commit comments