File tree Expand file tree Collapse file tree 4 files changed +2
-273
lines changed
Expand file tree Collapse file tree 4 files changed +2
-273
lines changed Original file line number Diff line number Diff line change @@ -171,10 +171,6 @@ function gat() {
171171 uv run main.py --epochs 1 --dry-run || error " graph attention network failed"
172172}
173173
174- function swin() {
175- uv run swin_transformer.py --epochs 1 --dry-run || error " swin transformer failed"
176- }
177-
178174eval " base_$( declare -f stop) "
179175
180176function stop() {
@@ -199,8 +195,8 @@ function stop() {
199195 time_sequence_prediction/traindata.pt \
200196 word_language_model/model.pt \
201197 gcn/cora/ \
202- gat/cora/ \
203- swin_trasformer/swin_cifar10.pt || error " couldn't clean up some files "
198+ gat/cora/ || error " couldn't clean up some files "
199+
204200 git checkout fast_neural_style/images/output-images/amber-candy.jpg || error " couldn't clean up fast neural style image"
205201
206202 base_stop " $1 "
@@ -228,7 +224,6 @@ function run_all() {
228224 run fx
229225 run gcn
230226 run gat
231- run swin_transformer
232227}
233228
234229# by default, run all examples
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments