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

Propper training run

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. config.json +10 -2
  3. model.safetensors +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: pytorch
 
3
  tags:
4
- - keypoint-detection
5
  - model_hub_mixin
6
  - pytorch_model_hub_mixin
7
  ---
 
1
  ---
2
  library_name: pytorch
3
+ pipeline_tag: keypoint-detection
4
  tags:
 
5
  - model_hub_mixin
6
  - pytorch_model_hub_mixin
7
  ---
config.json CHANGED
@@ -1,4 +1,12 @@
1
  {
2
- "hparams": null,
3
- "out_dim": 136
 
 
 
 
 
 
 
 
4
  }
 
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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4400d5080c46bb8263cb58071db30e2a7bcaf941cf34bf16e75dc9bb7fe8537d
3
- size 21821688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9a2cae8137d20fefc0b52b4c66cc50e330ba96b794caed1aa20fe99b14589d8
3
+ size 21840296