Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb62cee

Browse files
committed
delete exp and monitor example
1 parent3341b7f commitfb62cee

File tree

7 files changed

+3
-56
lines changed

7 files changed

+3
-56
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cifar-debug.py
66
test.eps
77
dev
88
monitor.py
9+
exp
910

1011
# Byte-compiled / optimized / DLL files
1112
__pycache__/

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Classification on CIFAR10/100 with PyTorch.
1111
##Results
1212

1313
###CIFAR
14-
Top1 error rate on CIFAR10/100 are reported. You may get different results when training your models with differentinitialization.
14+
Top1 error rate on CIFAR10/100 are reported. You may get different results when training your models with differentrandom seed.
1515

1616
| Model| Params (M, CIFAR10)| CIFAR-10 (%)| CIFAR-100 (%)|
1717
| -------------------| ------------------| ------------------| ------------------|

‎TRAINING.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ python cifar.py -a wrn --dataset cifar100 --depth 28 --depth 28 --widen-factor 1
7676
##ImageNet
7777
###ResNet-101
7878
```
79-
python imagenet.py -a resnet101 --data ~/dataset/ILSVRC2012/ ---epochs 90 --schedule 31 61 --gamma 0.1 -j 12 -c checkpoints/imagenet/resnet101
79+
python imagenet.py -a resnet101 --data ~/dataset/ILSVRC2012/ --epochs 90 --schedule 31 61 --gamma 0.1 -j 12 -c checkpoints/imagenet/resnet101
8080
```

‎exp/cifar_test.sh‎

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

‎exp/cifar_train.sh‎

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

‎exp/cifar_train_softatt_residual_false.sh‎

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

‎moniter.py‎

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp