mgreenig commited on
Commit
18eba7f
·
1 Parent(s): 324942c

updated hydra config

Browse files
Files changed (1) hide show
  1. igcraft-model/.hydra/config.yaml +0 -30
igcraft-model/.hydra/config.yaml CHANGED
@@ -1,27 +1,3 @@
1
- trainer:
2
- _target_: pytorch_lightning.Trainer
3
- accelerator: auto
4
- devices: auto
5
- precision: 16-mixed
6
- gradient_clip_val: 1.0
7
- enable_progress_bar: false
8
- log_every_n_steps: 5
9
- val_check_interval: null
10
- limit_val_batches: null
11
- strategy:
12
- _target_: pytorch_lightning.strategies.DDPStrategy
13
- find_unused_parameters: true
14
- logger:
15
- _target_: pytorch_lightning.loggers.WandbLogger
16
- callbacks:
17
- - _target_: pytorch_lightning.callbacks.ModelCheckpoint
18
- monitor: val_loss
19
- mode: min
20
- save_top_k: 3
21
- dirpath: ${hydra:run.dir}/checkpoints
22
- save_last: true
23
- max_epochs: 250
24
- accumulate_grad_batches: 4
25
  model:
26
  network:
27
  backbone_heavy:
@@ -131,12 +107,6 @@ model:
131
  transition_steps: 40000
132
  ema_decay: 0.999
133
  num_eval_time_bins: 10
134
- out_dir: ${hydra:run.dir}
135
  vh_ckpt_path: null
136
  vl_ckpt_path: null
137
  _target_: igcraft.model.PairedSequenceBFN
138
- wandb:
139
- entity: null
140
- project: null
141
- run_name: null
142
- tags: null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  model:
2
  network:
3
  backbone_heavy:
 
107
  transition_steps: 40000
108
  ema_decay: 0.999
109
  num_eval_time_bins: 10
 
110
  vh_ckpt_path: null
111
  vl_ckpt_path: null
112
  _target_: igcraft.model.PairedSequenceBFN