Skip to content

Commit 271fda9

Browse files
sumantro93dvrogozh
andauthored
Update run_python_examples.sh
Co-authored-by: Dmitry Rogozhkin <[email protected]>
1 parent 5478049 commit 271fda9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

run_python_examples.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,8 @@ function stop() {
195195
time_sequence_prediction/traindata.pt \
196196
word_language_model/model.pt \
197197
gcn/cora/ \
198-
gat/cora/ || error "couldn't clean up some files" \
199-
swin_transformer/ \
200-
swin_trasformer/swin_cifar10.pt || error "command swin_transformer/swin_cifar10.pt not found" \
198+
gat/cora/ \
199+
swin_trasformer/swin_cifar10.pt || error "couldn't clean up some files"
201200
git checkout fast_neural_style/images/output-images/amber-candy.jpg || error "couldn't clean up fast neural style image"
202201

203202
base_stop "$1"

0 commit comments

Comments
 (0)