Skip to content

Commit

Permalink
Merge pull request #62 from i4Ds/feature/lr-config
Browse files Browse the repository at this point in the history
adds config with reduced lr for the default cevae
  • Loading branch information
mariusgiger authored Jul 30, 2022
2 parents 7226c48 + 6e5fd29 commit 1841356
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions config/ce-vae/run-fhnw-full-2-lr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
model:
load_path:
value: null
data:
data_dir:
value: /mnt/nas05/astrodata01/astroml_data/sdomlv2_full/sdomlv2.zarr
dataset:
value: SDOMLDatasetV2
num_data_loader_workers:
value: 16
prefetch_factor:
value: 6
batch_size:
value: 8
sdo_ml_v2:
train_year:
value:
- "2010"
- "2012"
- "2013"
- "2015"
- "2017"
- "2018"
- "2020"
train_start_date:
value: null
train_end_date:
value: null
test_year:
value:
- "2011"
- "2014"
- "2016"
- "2019"
test_start_date:
value: null
test_end_date:
value: null
train_val_split_ratio:
value: 0.9
train_val_split_temporal_chunk_size:
value: 14d
sampling_strategy:
value: "chunk"
predict:
mode:
value: sample
pred_dir:
value: "./output/predictions"
log_dir:
value: "./output/train-sdo-ml"
train:
lr:
value: 0.00001
n_epochs:
value: 20
early_stopping:
value: true
use_geco:
value: false
devices:
gpus:
value:
- 2

0 comments on commit 1841356

Please sign in to comment.