Skip to content

Commit 4a3b6e3

Browse files
authored
Revert "Add Swin Transformer Example " (#1383)
Revert "Add Swin Transformer Example (#1346)" This reverts commit 892eca0.
1 parent 89c7d75 commit 4a3b6e3

File tree

4 files changed

+2
-273
lines changed

4 files changed

+2
-273
lines changed

run_python_examples.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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-
178174
eval "base_$(declare -f stop)"
179175

180176
function 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

swin_transformer/README.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

swin_transformer/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

swin_transformer/swin_transformer.py

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)