lus105 commited on
Commit
161b1ce
Β·
verified Β·
1 Parent(s): 8ef25b8

Upload 4 files

Browse files
Files changed (4) hide show
  1. config_tree.log +140 -0
  2. epoch_017.ckpt +3 -0
  3. metrics.csv +42 -0
  4. tags.log +1 -0
config_tree.log ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ CONFIG
2
+ β”œβ”€β”€ data
3
+ β”‚ └── _target_: src.data.dir_datamodule.DirDataModule
4
+ β”‚ data_dir: /media/gpu0/data/lukas/magistras/data/pcb/
5
+ β”‚ train_subdir: train/
6
+ β”‚ val_subdir: val/
7
+ β”‚ test_subdir: test/
8
+ β”‚ image_subdir: images/
9
+ β”‚ label_subdir: labels/
10
+ β”‚ batch_size: 64
11
+ β”‚ num_workers: 10
12
+ β”‚ pin_memory: false
13
+ β”‚ preprocessor:
14
+ β”‚ _target_: src.data.components.tile_processor.TilingProcessor
15
+ β”‚ tile_width: 224
16
+ β”‚ tile_height: 224
17
+ β”‚ min_defective_area: 0.01
18
+ β”‚ overlap: 10
19
+ β”‚ step_size: 10
20
+ β”‚ iterate_over_defective_areas: true
21
+ β”‚ save_every_second_good_tile: true
22
+ β”‚
23
+ β”œβ”€β”€ model
24
+ β”‚ └── _target_: src.models.training_module.TrainingLitModule
25
+ β”‚ optimizer:
26
+ β”‚ _target_: torch.optim.Adam
27
+ β”‚ _partial_: true
28
+ β”‚ lr: 0.0028369961259166574
29
+ β”‚ weight_decay: 0.0
30
+ β”‚ scheduler:
31
+ β”‚ _target_: torch.optim.lr_scheduler.ReduceLROnPlateau
32
+ β”‚ _partial_: true
33
+ β”‚ mode: min
34
+ β”‚ factor: 0.1
35
+ β”‚ patience: 10
36
+ β”‚ net:
37
+ β”‚ _target_: src.models.components.cnn_cam_multihead.CNNCAMMultihead
38
+ β”‚ backbone: mobilenet_v3_large
39
+ β”‚ multi_head: false
40
+ β”‚ return_nodes:
41
+ β”‚ features.16: layerout
42
+ β”‚ features.13.block.0: layerout
43
+ β”‚ weights: IMAGENET1K_V1
44
+ β”‚ compile: false
45
+ β”‚
46
+ β”œβ”€β”€ callbacks
47
+ β”‚ └── model_checkpoint:
48
+ β”‚ _target_: lightning.pytorch.callbacks.ModelCheckpoint
49
+ β”‚ dirpath: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-11_23-45-37/2/checkpoints
50
+ β”‚ filename: epoch_{epoch:03d}
51
+ β”‚ monitor: val/acc
52
+ β”‚ verbose: false
53
+ β”‚ save_last: true
54
+ β”‚ save_top_k: 1
55
+ β”‚ mode: max
56
+ β”‚ auto_insert_metric_name: false
57
+ β”‚ save_weights_only: false
58
+ β”‚ every_n_train_steps: null
59
+ β”‚ train_time_interval: null
60
+ β”‚ every_n_epochs: null
61
+ β”‚ save_on_train_epoch_end: null
62
+ β”‚ early_stopping:
63
+ β”‚ _target_: lightning.pytorch.callbacks.EarlyStopping
64
+ β”‚ monitor: val/acc
65
+ β”‚ min_delta: 0.0
66
+ β”‚ patience: 100
67
+ β”‚ verbose: false
68
+ β”‚ mode: max
69
+ β”‚ strict: true
70
+ β”‚ check_finite: true
71
+ β”‚ stopping_threshold: null
72
+ β”‚ divergence_threshold: null
73
+ β”‚ check_on_train_epoch_end: null
74
+ β”‚ model_summary:
75
+ β”‚ _target_: lightning.pytorch.callbacks.RichModelSummary
76
+ β”‚ max_depth: -1
77
+ β”‚ rich_progress_bar:
78
+ β”‚ _target_: lightning.pytorch.callbacks.RichProgressBar
79
+ β”‚
80
+ β”œβ”€β”€ logger
81
+ β”‚ └── csv:
82
+ β”‚ _target_: lightning.pytorch.loggers.csv_logs.CSVLogger
83
+ β”‚ save_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-11_23-45-37/2
84
+ β”‚ name: csv/
85
+ β”‚ prefix: ''
86
+ β”‚ wandb:
87
+ β”‚ _target_: lightning.pytorch.loggers.wandb.WandbLogger
88
+ β”‚ save_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-11_23-45-37/2
89
+ β”‚ offline: false
90
+ β”‚ id: null
91
+ β”‚ anonymous: null
92
+ β”‚ project: DeepVisionXplain
93
+ β”‚ log_model: false
94
+ β”‚ prefix: ''
95
+ β”‚ entity: team_deepvisionxplain
96
+ β”‚ group: pcb"
97
+ β”‚ tags:
98
+ β”‚ - pcb
99
+ β”‚ - mobilenet_v3_large
100
+ β”‚ - downscaled
101
+ β”‚ job_type: ''
102
+ β”‚ aim:
103
+ β”‚ experiment: mobilenet_v3_large_pcb_downscaled
104
+ β”‚
105
+ β”œβ”€β”€ trainer
106
+ β”‚ └── _target_: lightning.pytorch.trainer.Trainer
107
+ β”‚ default_root_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-11_23-45-37/2
108
+ β”‚ min_epochs: 10
109
+ β”‚ max_epochs: 20
110
+ β”‚ accelerator: gpu
111
+ β”‚ devices: 1
112
+ β”‚ check_val_every_n_epoch: 1
113
+ β”‚ deterministic: false
114
+ β”‚
115
+ β”œβ”€β”€ paths
116
+ β”‚ └── root_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain
117
+ β”‚ data_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/data/
118
+ β”‚ log_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/
119
+ β”‚ output_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-11_23-45-37/2
120
+ β”‚ work_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain
121
+ β”‚
122
+ β”œβ”€β”€ extras
123
+ β”‚ └── ignore_warnings: false
124
+ β”‚ enforce_tags: true
125
+ β”‚ print_config: true
126
+ β”‚
127
+ β”œβ”€β”€ task_name
128
+ β”‚ └── train
129
+ β”œβ”€β”€ tags
130
+ β”‚ └── ['pcb', 'mobilenet_v3_large', 'downscaled']
131
+ β”œβ”€β”€ train
132
+ β”‚ └── True
133
+ β”œβ”€β”€ test
134
+ β”‚ └── True
135
+ β”œβ”€β”€ ckpt_path
136
+ β”‚ └── None
137
+ β”œβ”€β”€ seed
138
+ β”‚ └── 12345
139
+ └── optimized_metric
140
+ └── val/acc_best
epoch_017.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a907bc9ff762c36530d6a480a6b0b50da479a5289ff07b6aeb3a292963aa169
3
+ size 10843304
metrics.csv ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,step,test/acc,test/loss,train/acc,train/loss,val/acc,val/acc_best,val/loss
2
+ 0,597,,,,,0.8836484551429749,0.8836484551429749,0.30515801906585693
3
+ 0,597,,,0.8449448347091675,0.35864102840423584,,,
4
+ 1,1195,,,,,0.47033387422561646,0.8836484551429749,1.9390511512756348
5
+ 1,1195,,,0.8495475649833679,0.3373803198337555,,,
6
+ 2,1793,,,,,0.9545454382896423,0.9545454382896423,0.16632792353630066
7
+ 2,1793,,,0.9109262824058533,0.24359449744224548,,,
8
+ 3,2391,,,,,0.9652051329612732,0.9652051329612732,0.13176055252552032
9
+ 3,2391,,,0.9434855580329895,0.1813587248325348,,,
10
+ 4,2989,,,,,0.973551869392395,0.973551869392395,0.10721947252750397
11
+ 4,2989,,,0.9512003660202026,0.1626519411802292,,,
12
+ 5,3587,,,,,0.9729484915733337,0.973551869392395,0.10489927232265472
13
+ 5,3587,,,0.9565615653991699,0.148045152425766,,,
14
+ 6,4185,,,,,0.9740546941757202,0.9740546941757202,0.10647045075893402
15
+ 6,4185,,,0.9580783247947693,0.14708860218524933,,,
16
+ 7,4783,,,,,0.9776749610900879,0.9776749610900879,0.09848963469266891
17
+ 7,4783,,,0.9587060213088989,0.14709673821926117,,,
18
+ 8,5381,,,,,0.9763676524162292,0.9776749610900879,0.10352970659732819
19
+ 8,5381,,,0.9603012800216675,0.1413096785545349,,,
20
+ 9,5979,,,,,0.975864827632904,0.9776749610900879,0.11164943873882294
21
+ 9,5979,,,0.9619227051734924,0.13507114350795746,,,
22
+ 10,6577,,,,,0.9699316024780273,0.9776749610900879,0.11432625353336334
23
+ 10,6577,,,0.9618180990219116,0.13936513662338257,,,
24
+ 11,7175,,,,,0.9739541411399841,0.9776749610900879,0.10410837084054947
25
+ 11,7175,,,0.9630995392799377,0.13446000218391418,,,
26
+ 12,7773,,,,,0.9739541411399841,0.9776749610900879,0.10635782778263092
27
+ 12,7773,,,0.9641979336738586,0.13365283608436584,,,
28
+ 13,8371,,,,,0.9770715832710266,0.9776749610900879,0.09549535065889359
29
+ 13,8371,,,0.9651132225990295,0.12711001932621002,,,
30
+ 14,8969,,,,,0.9651045799255371,0.9776749610900879,0.12173756211996078
31
+ 14,8969,,,0.9643809795379639,0.13061146438121796,,,
32
+ 15,9567,,,,,0.9772727489471436,0.9776749610900879,0.10027176141738892
33
+ 15,9567,,,0.9655055403709412,0.12548476457595825,,,
34
+ 16,10165,,,,,0.980088472366333,0.980088472366333,0.08725707232952118
35
+ 16,10165,,,0.96566241979599,0.12482082098722458,,,
36
+ 17,10763,,,,,0.9809935688972473,0.9809935688972473,0.08831401914358139
37
+ 17,10763,,,0.965427041053772,0.12369353324174881,,,
38
+ 18,11361,,,,,0.9785800576210022,0.9809935688972473,0.09276366233825684
39
+ 18,11361,,,0.9667869806289673,0.12389110028743744,,,
40
+ 19,11959,,,,,0.975764274597168,0.9809935688972473,0.120977483689785
41
+ 19,11959,,,0.9677022695541382,0.11891140788793564,,,
42
+ 20,11960,0.9812325835227966,0.08642280846834183,,,,,
tags.log ADDED
@@ -0,0 +1 @@
 
 
1
+ ['pcb', 'mobilenet_v3_large', 'downscaled']