Commit 4e9e179 1 parent 28046e0 commit 4e9e179 Copy full SHA for 4e9e179
File tree 4 files changed +25
-7
lines changed
4 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -12,28 +12,28 @@ trainer:
12
12
max_epochs : 10
13
13
min_epochs : null
14
14
max_steps : -1
15
- min_steps : null
15
+ min_steps : 1000
16
16
max_time : null
17
- limit_train_batches : 0.01
18
- limit_val_batches : 0.01
19
- limit_test_batches : 0.01
17
+ limit_train_batches : null
18
+ limit_val_batches : null
19
+ limit_test_batches : null
20
20
limit_predict_batches : null
21
21
overfit_batches : 0.0
22
22
val_check_interval : null
23
23
check_val_every_n_epoch : 1
24
24
num_sanity_val_steps : null
25
- log_every_n_steps : 100
25
+ log_every_n_steps : 500
26
26
enable_checkpointing : null
27
27
enable_progress_bar : null
28
28
enable_model_summary : null
29
29
accumulate_grad_batches : 1
30
- gradient_clip_val : null
30
+ gradient_clip_val : 1
31
31
gradient_clip_algorithm : null
32
32
deterministic : null
33
33
benchmark : null
34
34
inference_mode : true
35
35
use_distributed_sampler : true
36
- profiler : null
36
+ profiler : lightning.pytorch.profilers.SimpleProfiler
37
37
detect_anomaly : false
38
38
barebones : false
39
39
plugins : null
44
44
lr : 0.001
45
45
data :
46
46
batch_size : 32
47
+ datadir : data
48
+ num_workers : 4
47
49
optimizer : null
48
50
lr_scheduler : null
49
51
ckpt_path : null
Original file line number Diff line number Diff line change
1
+ [project ]
2
+ name = " msi2slstr-lightning-training-dependencies"
3
+ authors = [{
name =
" Joseph Doundoulakis" ,
email =
" [email protected] " }]
4
+ dynamic = [" dependencies" , " version" ]
5
+
6
+ [tool .setuptools ]
7
+ packages = []
8
+
9
+ [tool .setuptools .dynamic ]
10
+ dependencies = {file = [" requirements.txt" ]}
11
+ version = {file = " version" }
Original file line number Diff line number Diff line change
1
+ lightning == 2.4.0
2
+ lightning-utilities == 0.11.8
3
+ pytorch-lightning == 2.4.0
4
+ PyYAML == 6.0
Original file line number Diff line number Diff line change
1
+ 0.1.0-beta
You can’t perform that action at this time.
0 commit comments