KoniHD commited on
Commit
8196939
·
verified ·
1 Parent(s): 1bba069

Training run version: 0

Browse files
Files changed (2) hide show
  1. config.json +4 -2
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,12 +1,14 @@
1
  {
2
  "activation": "relu",
 
3
  "batch_size": 16,
4
  "criterion": "mse",
5
- "droupout_rate": 0.3,
6
  "img_size": 224,
7
  "lr": 0.004,
8
  "max_epochs": 30,
 
9
  "out_dim": 136,
10
- "patience": 10,
11
  "random_seed": 42
12
  }
 
1
  {
2
  "activation": "relu",
3
+ "batch_norm": true,
4
  "batch_size": 16,
5
  "criterion": "mse",
6
+ "dropout_rate": 0.3,
7
  "img_size": 224,
8
  "lr": 0.004,
9
  "max_epochs": 30,
10
+ "optimizer": "adam",
11
  "out_dim": 136,
12
+ "patience": 5,
13
  "random_seed": 42
14
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9a2cae8137d20fefc0b52b4c66cc50e330ba96b794caed1aa20fe99b14589d8
3
- size 21840296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4033b0d18bff2981c70cbae52c4faa39231eabaab0074e58ef029f9d9486ef9
3
+ size 21840448