Training run version: 0
Browse files- README.md +12 -0
- config.json +14 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
pipeline_tag: keypoint-detection
|
| 4 |
+
tags:
|
| 5 |
+
- model_hub_mixin
|
| 6 |
+
- pytorch_model_hub_mixin
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 10 |
+
- Code: https://github.com/KoniHD/hw2.git
|
| 11 |
+
- Paper: [More Information Needed]
|
| 12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"batch_size": 16,
|
| 3 |
+
"criterion": "mse",
|
| 4 |
+
"grayScale": true,
|
| 5 |
+
"img_size": 224,
|
| 6 |
+
"lr": 0.004,
|
| 7 |
+
"max_epochs": 50,
|
| 8 |
+
"optimizer": "adam",
|
| 9 |
+
"out_dim": 136,
|
| 10 |
+
"patience": 10,
|
| 11 |
+
"pretrained_backbone": true,
|
| 12 |
+
"random_seed": 42,
|
| 13 |
+
"use_scheduler": true
|
| 14 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc29647fa738dbfb846139a9f45d4d9338c8d62b4452ed5c2df08d1a0a3fc541
|
| 3 |
+
size 45396088
|