Upload folder using huggingface_hub
Browse files- README.md +5 -3
- config.json +3 -3
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
3 |
---
|
4 |
|
5 |
|
@@ -36,7 +38,7 @@ Data is prepared with the `ocf_datapipes.training.pvnet` datapipe [3].
|
|
36 |
|
37 |
## Results
|
38 |
|
39 |
-
The training logs for the current model can be found [here on wandb](https://wandb.ai/openclimatefix/pvnet_summation/runs/
|
40 |
|
41 |
The training logs for all model runs of PVNet_summation can be found [here](https://wandb.ai/openclimatefix/pvnet_summation).
|
42 |
|
@@ -51,4 +53,4 @@ Trained on a single NVIDIA Tesla T4
|
|
51 |
|
52 |
- [1] https://github.com/openclimatefix/PVNet_summation
|
53 |
- [2] https://github.com/openclimatefix/PVNet
|
54 |
-
- [3] https://github.com/openclimatefix/ocf_datapipes
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
+
license: mit
|
4 |
+
library_name: pytorch
|
5 |
---
|
6 |
|
7 |
|
|
|
38 |
|
39 |
## Results
|
40 |
|
41 |
+
The training logs for the current model can be found [here on wandb](https://wandb.ai/openclimatefix/pvnet_summation/runs/xuvy4ld8).
|
42 |
|
43 |
The training logs for all model runs of PVNet_summation can be found [here](https://wandb.ai/openclimatefix/pvnet_summation).
|
44 |
|
|
|
53 |
|
54 |
- [1] https://github.com/openclimatefix/PVNet_summation
|
55 |
- [2] https://github.com/openclimatefix/PVNet
|
56 |
+
- [3] https://github.com/openclimatefix/ocf_datapipes
|
config.json
CHANGED
@@ -23,9 +23,9 @@
|
|
23 |
"lr": 0.0001,
|
24 |
"weight_decay": 0.5,
|
25 |
"amsgrad": true,
|
26 |
-
"patience":
|
27 |
"factor": 0.1,
|
28 |
-
"threshold": 0.
|
29 |
},
|
30 |
-
"
|
31 |
}
|
|
|
23 |
"lr": 0.0001,
|
24 |
"weight_decay": 0.5,
|
25 |
"amsgrad": true,
|
26 |
+
"patience": 20,
|
27 |
"factor": 0.1,
|
28 |
+
"threshold": 0.0
|
29 |
},
|
30 |
+
"relative_scale_pvnet_outputs": true
|
31 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 65360633
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:276a9a42e29961689d3011ad56e1fc9b9a02048ed31b72dd6667e2e17caf44d9
|
3 |
size 65360633
|