Upload 3 files
Browse files- config_tree.log +134 -0
- epoch_019.ckpt +3 -0
- tags.log +1 -0
config_tree.log
ADDED
@@ -0,0 +1,134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.007908428415113382
|
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 |
+
β weights: IMAGENET1K_V1
|
43 |
+
β compile: false
|
44 |
+
β
|
45 |
+
βββ callbacks
|
46 |
+
β βββ model_checkpoint:
|
47 |
+
β _target_: lightning.pytorch.callbacks.ModelCheckpoint
|
48 |
+
β dirpath: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-11_19-18-21/9/checkpoints
|
49 |
+
β filename: epoch_{epoch:03d}
|
50 |
+
β monitor: val/acc
|
51 |
+
β verbose: false
|
52 |
+
β save_last: true
|
53 |
+
β save_top_k: 1
|
54 |
+
β mode: max
|
55 |
+
β auto_insert_metric_name: false
|
56 |
+
β save_weights_only: false
|
57 |
+
β every_n_train_steps: null
|
58 |
+
β train_time_interval: null
|
59 |
+
β every_n_epochs: null
|
60 |
+
β save_on_train_epoch_end: null
|
61 |
+
β early_stopping:
|
62 |
+
β _target_: lightning.pytorch.callbacks.EarlyStopping
|
63 |
+
β monitor: val/acc
|
64 |
+
β min_delta: 0.0
|
65 |
+
β patience: 100
|
66 |
+
β verbose: false
|
67 |
+
β mode: max
|
68 |
+
β strict: true
|
69 |
+
β check_finite: true
|
70 |
+
β stopping_threshold: null
|
71 |
+
β divergence_threshold: null
|
72 |
+
β check_on_train_epoch_end: null
|
73 |
+
β model_summary:
|
74 |
+
β _target_: lightning.pytorch.callbacks.RichModelSummary
|
75 |
+
β max_depth: -1
|
76 |
+
β rich_progress_bar:
|
77 |
+
β _target_: lightning.pytorch.callbacks.RichProgressBar
|
78 |
+
β
|
79 |
+
βββ logger
|
80 |
+
β βββ wandb:
|
81 |
+
β _target_: lightning.pytorch.loggers.wandb.WandbLogger
|
82 |
+
β save_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-11_19-18-21/9
|
83 |
+
β offline: false
|
84 |
+
β id: null
|
85 |
+
β anonymous: null
|
86 |
+
β project: DeepVisionXplain
|
87 |
+
β log_model: false
|
88 |
+
β prefix: ''
|
89 |
+
β entity: team_deepvisionxplain
|
90 |
+
β group: pcb"
|
91 |
+
β tags:
|
92 |
+
β - pcb
|
93 |
+
β - mobilenet_v3_large
|
94 |
+
β - full
|
95 |
+
β job_type: ''
|
96 |
+
β aim:
|
97 |
+
β experiment: mobilenet_v3_large_pcb_full
|
98 |
+
β
|
99 |
+
βββ trainer
|
100 |
+
β βββ _target_: lightning.pytorch.trainer.Trainer
|
101 |
+
β default_root_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-11_19-18-21/9
|
102 |
+
β min_epochs: 10
|
103 |
+
β max_epochs: 20
|
104 |
+
β accelerator: gpu
|
105 |
+
β devices: 1
|
106 |
+
β check_val_every_n_epoch: 1
|
107 |
+
β deterministic: false
|
108 |
+
β
|
109 |
+
βββ paths
|
110 |
+
β βββ root_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain
|
111 |
+
β data_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/data/
|
112 |
+
β log_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/
|
113 |
+
β output_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-11_19-18-21/9
|
114 |
+
β work_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain
|
115 |
+
β
|
116 |
+
βββ extras
|
117 |
+
β βββ ignore_warnings: false
|
118 |
+
β enforce_tags: true
|
119 |
+
β print_config: true
|
120 |
+
β
|
121 |
+
βββ task_name
|
122 |
+
β βββ train
|
123 |
+
βββ tags
|
124 |
+
β βββ ['pcb', 'mobilenet_v3_large', 'full']
|
125 |
+
βββ train
|
126 |
+
β βββ True
|
127 |
+
βββ test
|
128 |
+
β βββ True
|
129 |
+
βββ ckpt_path
|
130 |
+
β βββ None
|
131 |
+
βββ seed
|
132 |
+
β βββ 12345
|
133 |
+
βββ optimized_metric
|
134 |
+
βββ val/acc_best
|
epoch_019.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:adec761504f532f2b43e0a430e487e2738f3291eeac8cf836394323788db85d4
|
3 |
+
size 36217914
|
tags.log
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
['pcb', 'mobilenet_v3_large', 'full']
|