Skip to content

Commit 7de8d21

Browse files
authored
Comment out super resolution paths and run command
1 parent 4a3b6e3 commit 7de8d21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run_python_examples.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ function stop() {
189189
snli/.data/ \
190190
snli/.vector_cache/ \
191191
snli/results/ \
192-
super_resolution/dataset/ \
193-
super_resolution/model_epoch_1.pth \
192+
# super_resolution/dataset/ \
193+
# super_resolution/model_epoch_1.pth \
194194
time_sequence_prediction/predict*.pdf \
195195
time_sequence_prediction/traindata.pt \
196196
word_language_model/model.pt \
@@ -216,7 +216,7 @@ function run_all() {
216216
run regression
217217
run reinforcement_learning
218218
run siamese_network
219-
run super_resolution
219+
# run super_resolution - flaky
220220
run time_sequence_prediction
221221
run vae
222222
# 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

Comments
 (0)