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() {
171
171
uv run main.py --epochs 1 --dry-run || error " graph attention network failed"
172
172
}
173
173
174
- function swin() {
175
- uv run swin_transformer.py --epochs 1 --dry-run || error " swin transformer failed"
176
- }
177
-
178
174
eval " base_$( declare -f stop) "
179
175
180
176
function stop() {
@@ -199,8 +195,8 @@ function stop() {
199
195
time_sequence_prediction/traindata.pt \
200
196
word_language_model/model.pt \
201
197
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
+
204
200
git checkout fast_neural_style/images/output-images/amber-candy.jpg || error " couldn't clean up fast neural style image"
205
201
206
202
base_stop " $1 "
@@ -228,7 +224,6 @@ function run_all() {
228
224
run fx
229
225
run gcn
230
226
run gat
231
- run swin_transformer
232
227
}
233
228
234
229
# 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