Upload config.json with huggingface_hub
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_ch": 16,
|
| 3 |
+
"use_depthwise": true,
|
| 4 |
+
"n_params": 388580,
|
| 5 |
+
"model_size_mb": 1.4823150634765625,
|
| 6 |
+
"epochs": 600,
|
| 7 |
+
"batch_size": 8,
|
| 8 |
+
"lr": 0.001,
|
| 9 |
+
"crop_size": 256,
|
| 10 |
+
"flow_weight": 1.0,
|
| 11 |
+
"prob_weight": 1.0,
|
| 12 |
+
"dist_weight": 1.0
|
| 13 |
+
}
|