cdreetz commited on
Commit
bd2c52f
1 Parent(s): 890d7d1

Upload 5 files

Browse files
epoch=140-step=49491.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:256191036c9bcbe9971c13712ab6090e7b1fa2ae5ed556c3ba59400f5aa98f21
3
+ size 1138065
events.out.tfevents.1684375766.DESKTOP-O2A9KSS.37156.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:844093ab1d016c77e0369da08a285abc895943e4ed40e8cccf59403270df77ee
3
+ size 262609
events.out.tfevents.1684380439.DESKTOP-O2A9KSS.37156.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9283a1ebba9d6b26426c03c1ed52963eb9da977a072bac1149053dba4ac0a69
3
+ size 101849
events.out.tfevents.1684380458.DESKTOP-O2A9KSS.37156.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da32c654efd287c3e2bd27dd27472788dd0c4ac2bd4bab972adbaae103ba80da
3
+ size 101849
hparams.yaml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model_name: ResNet2
2
+ model_hparams:
3
+ num_classes: 10
4
+ c_hidden:
5
+ - 16
6
+ - 32
7
+ - 64
8
+ num_blocks:
9
+ - 3
10
+ - 3
11
+ - 3
12
+ act_fn_name: relu
13
+ optimizer_name: SGD
14
+ optimizer_hparams:
15
+ lr: 0.1
16
+ momentum: 0.9
17
+ weight_decay: 0.0001