Upload model - qz4wasci
Browse files- README.md +3 -3
- datamodule_config.yaml +1 -1
- full_experiment_config.yaml +11 -8
- model_weights.safetensors +1 -1
README.md
CHANGED
|
@@ -48,7 +48,7 @@ Data is prepared with the `ocf_data_sampler/torch_datasets/datasets/pvnet_uk` Da
|
|
| 48 |
|
| 49 |
<!-- Do not remove the lines below -->
|
| 50 |
The training logs for this model commit can be found here:
|
| 51 |
-
- [https://wandb.ai/openclimatefix/pvnet_summation/runs/
|
| 52 |
|
| 53 |
|
| 54 |
<!-- The hardware section is also just nice to have -->
|
|
@@ -70,5 +70,5 @@ This model was trained using the following Open Climate Fix packages:
|
|
| 70 |
|
| 71 |
<!-- Especially do not change the two lines below -->
|
| 72 |
The versions of these packages can be found below:
|
| 73 |
-
- pvnet_summation==1.0.
|
| 74 |
-
- ocf-data-sampler==0.
|
|
|
|
| 48 |
|
| 49 |
<!-- Do not remove the lines below -->
|
| 50 |
The training logs for this model commit can be found here:
|
| 51 |
+
- [https://wandb.ai/openclimatefix/pvnet_summation/runs/qz4wasci](https://wandb.ai/openclimatefix/pvnet_summation/runs/qz4wasci)
|
| 52 |
|
| 53 |
|
| 54 |
<!-- The hardware section is also just nice to have -->
|
|
|
|
| 70 |
|
| 71 |
<!-- Especially do not change the two lines below -->
|
| 72 |
The versions of these packages can be found below:
|
| 73 |
+
- pvnet_summation==1.0.1.post0+git.13031a6b.dirty
|
| 74 |
+
- ocf-data-sampler==0.5.26.post2+git.90ee263d.dirty
|
datamodule_config.yaml
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
pvnet_model:
|
| 2 |
model_id: openclimatefix/pvnet_uk_region
|
| 3 |
-
revision:
|
|
|
|
| 1 |
pvnet_model:
|
| 2 |
model_id: openclimatefix/pvnet_uk_region
|
| 3 |
+
revision: bd4cced6f00dd40a3858d49b3904ffaf325e6874
|
full_experiment_config.yaml
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
trainer:
|
| 2 |
_target_: lightning.pytorch.trainer.trainer.Trainer
|
| 3 |
accelerator: gpu
|
| 4 |
-
devices:
|
|
|
|
| 5 |
min_epochs: null
|
| 6 |
-
max_epochs:
|
| 7 |
reload_dataloaders_every_n_epochs: 0
|
| 8 |
num_sanity_val_steps: 8
|
| 9 |
fast_dev_run: false
|
|
@@ -49,15 +50,15 @@ model:
|
|
| 49 |
factor: 0.1
|
| 50 |
threshold: 0.0
|
| 51 |
datamodule:
|
| 52 |
-
configuration: /home/
|
| 53 |
batch_size: 32
|
| 54 |
-
num_workers:
|
| 55 |
-
prefetch_factor:
|
| 56 |
persistent_workers: true
|
| 57 |
max_num_train_samples: null
|
| 58 |
max_num_val_samples: null
|
| 59 |
pvnet_model:
|
| 60 |
-
model_id: /home/
|
| 61 |
revision: null
|
| 62 |
train_period:
|
| 63 |
- null
|
|
@@ -65,6 +66,8 @@ datamodule:
|
|
| 65 |
val_period:
|
| 66 |
- '2022-01-01'
|
| 67 |
- '2022-12-31'
|
|
|
|
|
|
|
| 68 |
callbacks:
|
| 69 |
learning_rate_monitor:
|
| 70 |
_target_: lightning.pytorch.callbacks.LearningRateMonitor
|
|
@@ -97,7 +100,7 @@ logger:
|
|
| 97 |
job_type: train
|
| 98 |
group: ''
|
| 99 |
tags: []
|
| 100 |
-
sample_save_dir: /home/
|
| 101 |
work_dir: ${hydra:runtime.cwd}
|
| 102 |
-
model_name: 2NWP+
|
| 103 |
seed: 2727831
|
|
|
|
| 1 |
trainer:
|
| 2 |
_target_: lightning.pytorch.trainer.trainer.Trainer
|
| 3 |
accelerator: gpu
|
| 4 |
+
devices:
|
| 5 |
+
- 2
|
| 6 |
min_epochs: null
|
| 7 |
+
max_epochs: 300
|
| 8 |
reload_dataloaders_every_n_epochs: 0
|
| 9 |
num_sanity_val_steps: 8
|
| 10 |
fast_dev_run: false
|
|
|
|
| 50 |
factor: 0.1
|
| 51 |
threshold: 0.0
|
| 52 |
datamodule:
|
| 53 |
+
configuration: /home/james/repos/PVNet/configs/datamodule/configuration/new_gsps2.yaml
|
| 54 |
batch_size: 32
|
| 55 |
+
num_workers: 12
|
| 56 |
+
prefetch_factor: 2
|
| 57 |
persistent_workers: true
|
| 58 |
max_num_train_samples: null
|
| 59 |
max_num_val_samples: null
|
| 60 |
pvnet_model:
|
| 61 |
+
model_id: /home/james/tmp/models/49nlmpdy
|
| 62 |
revision: null
|
| 63 |
train_period:
|
| 64 |
- null
|
|
|
|
| 66 |
val_period:
|
| 67 |
- '2022-01-01'
|
| 68 |
- '2022-12-31'
|
| 69 |
+
seed: ${seed}
|
| 70 |
+
dataset_pickle_dir: /home/james/tmp/summation_dataset_pickles
|
| 71 |
callbacks:
|
| 72 |
learning_rate_monitor:
|
| 73 |
_target_: lightning.pytorch.callbacks.LearningRateMonitor
|
|
|
|
| 100 |
job_type: train
|
| 101 |
group: ''
|
| 102 |
tags: []
|
| 103 |
+
sample_save_dir: /home/james/repos/pvnet-summation/presaved_saved_samples
|
| 104 |
work_dir: ${hydra:runtime.cwd}
|
| 105 |
+
model_name: 2NWP+sat0_v2
|
| 106 |
seed: 2727831
|
model_weights.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 19365512
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d20c171c922e3b92e25366fa572fa8dbaccdca6ef3773e1af33d4de7024e5efe
|
| 3 |
size 19365512
|