We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5478049 commit 271fda9Copy full SHA for 271fda9
run_python_examples.sh
@@ -195,9 +195,8 @@ function stop() {
195
time_sequence_prediction/traindata.pt \
196
word_language_model/model.pt \
197
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" \
+ gat/cora/ \
+ swin_trasformer/swin_cifar10.pt || error "couldn't clean up some files"
201
git checkout fast_neural_style/images/output-images/amber-candy.jpg || error "couldn't clean up fast neural style image"
202
203
base_stop "$1"
0 commit comments