-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprediction.yaml
59 lines (59 loc) · 1.34 KB
/
prediction.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# lightning.pytorch==2.4.0
seed_everything: true
trainer:
accelerator: auto
strategy: auto
devices: auto
num_nodes: 1
precision: null
logger:
- class_path: TensorBoardLogger
init_args:
save_dir: "."
default_hp_metric: false
callbacks:
fast_dev_run: false
max_epochs: 1
min_epochs: 0
max_steps: -1
min_steps: -1
max_time: null
limit_train_batches: null
limit_val_batches: null
limit_test_batches: null
limit_predict_batches: null
overfit_batches: 0.0
val_check_interval: null
check_val_every_n_epoch: 1
num_sanity_val_steps: null
log_every_n_steps: 500
enable_checkpointing: null
enable_progress_bar: null
enable_model_summary: null
accumulate_grad_batches: 1
gradient_clip_val: 1
gradient_clip_algorithm: null
deterministic: null
benchmark: true
inference_mode: true
use_distributed_sampler: true
profiler: null # lightning.pytorch.profilers.SimpleProfiler
detect_anomaly: false
barebones: false
plugins: null
sync_batchnorm: false
reload_dataloaders_every_n_epochs: 0
default_root_dir: null
model:
class_path: radiometric_reconstruction_module
init_args:
size: 500
data:
class_path: msi2slstr_datamodule
init_args:
datadir: data/20230721/T33TVF
batch_size: 2
t_size: [500, 5]
optimizer: null
lr_scheduler: null
ckpt_path: models/last.ckpt