lus105 commited on
Commit
21e6d05
Β·
verified Β·
1 Parent(s): 3623214

Upload 4 files

Browse files
Files changed (4) hide show
  1. config_tree.log +138 -0
  2. epoch_010.ckpt +3 -0
  3. metrics.csv +42 -0
  4. tags.log +1 -0
config_tree.log ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ CONFIG
2
+ β”œβ”€β”€ data
3
+ β”‚ └── _target_: src.data.dir_datamodule.DirDataModule
4
+ β”‚ data_dir: /media/gpu0/data/lukas/magistras/data/gears/
5
+ β”‚ train_subdir: train/
6
+ β”‚ val_subdir: val/
7
+ β”‚ test_subdir: test/
8
+ β”‚ image_subdir: images/
9
+ β”‚ label_subdir: labels/
10
+ β”‚ batch_size: 32
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: 2
19
+ β”‚ step_size: 10
20
+ β”‚ iterate_over_defective_areas: false
21
+ β”‚ save_every_second_good_tile: true
22
+ β”‚
23
+ β”œβ”€β”€ model
24
+ β”‚ └── _target_: src.models.training_module.TrainingLitModule
25
+ β”‚ optimizer:
26
+ β”‚ _target_: torch.optim.AdamW
27
+ β”‚ _partial_: true
28
+ β”‚ lr: 7.955439594511367e-05
29
+ β”‚ weight_decay: 0.0
30
+ β”‚ scheduler: null
31
+ β”‚ net:
32
+ β”‚ _target_: src.models.components.vit_rollout_multihead.VitRolloutMultihead
33
+ β”‚ model_name: vit_tiny_patch16_224.augreg_in21k_ft_in1k
34
+ β”‚ pretrained: true
35
+ β”‚ weight_path: null
36
+ β”‚ output_size: 1
37
+ β”‚ return_nodes: attn_drop
38
+ β”‚ head_name: head
39
+ β”‚ img_size: 224
40
+ β”‚ discard_ratio: 0.2
41
+ β”‚ head_fusion: mean
42
+ β”‚ visualize: false
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-16_11-55-25/6/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
+ β”‚ └── csv:
81
+ β”‚ _target_: lightning.pytorch.loggers.csv_logs.CSVLogger
82
+ β”‚ save_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-16_11-55-25/6
83
+ β”‚ name: csv/
84
+ β”‚ prefix: ''
85
+ β”‚ wandb:
86
+ β”‚ _target_: lightning.pytorch.loggers.wandb.WandbLogger
87
+ β”‚ save_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-16_11-55-25/6
88
+ β”‚ offline: false
89
+ β”‚ id: null
90
+ β”‚ anonymous: null
91
+ β”‚ project: DeepVisionXplain
92
+ β”‚ log_model: false
93
+ β”‚ prefix: ''
94
+ β”‚ entity: team_deepvisionxplain
95
+ β”‚ group: gears
96
+ β”‚ tags:
97
+ β”‚ - gears
98
+ β”‚ - vit_tiny_patch16_224.augreg_in21k_ft_in1k
99
+ β”‚ job_type: ''
100
+ β”‚ aim:
101
+ β”‚ experiment: vit_tiny_patch16_224.augreg_in21k_ft_in1k_gears
102
+ β”‚
103
+ β”œβ”€β”€ trainer
104
+ β”‚ └── _target_: lightning.pytorch.trainer.Trainer
105
+ β”‚ default_root_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-16_11-55-25/6
106
+ β”‚ min_epochs: 10
107
+ β”‚ max_epochs: 20
108
+ β”‚ accelerator: gpu
109
+ β”‚ devices: 1
110
+ β”‚ check_val_every_n_epoch: 1
111
+ β”‚ deterministic: false
112
+ β”‚
113
+ β”œβ”€β”€ paths
114
+ β”‚ └── root_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain
115
+ β”‚ data_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/data/
116
+ β”‚ log_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/
117
+ β”‚ output_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain/logs/train/multiruns/2024-03-16_11-55-25/6
118
+ β”‚ work_dir: /media/gpu0/data/lukas/magistras/DeepVisionXplain
119
+ β”‚
120
+ β”œβ”€β”€ extras
121
+ β”‚ └── ignore_warnings: false
122
+ β”‚ enforce_tags: true
123
+ β”‚ print_config: true
124
+ β”‚
125
+ β”œβ”€β”€ task_name
126
+ β”‚ └── train
127
+ β”œβ”€β”€ tags
128
+ β”‚ └── ['gears', 'vit_tiny_patch16_224.augreg_in21k_ft_in1k']
129
+ β”œβ”€β”€ train
130
+ β”‚ └── True
131
+ β”œβ”€β”€ test
132
+ β”‚ └── True
133
+ β”œβ”€β”€ ckpt_path
134
+ β”‚ └── None
135
+ β”œβ”€β”€ seed
136
+ β”‚ └── 12345
137
+ └── optimized_metric
138
+ └── val/acc_best
epoch_010.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5ad227cb8bd9851321d6301107ce0715c890bae59c7a3f006afa8df9ca792f3
3
+ size 66530926
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,1432,,,,,0.9325345754623413,0.9325345754623413,0.19918356835842133
3
+ 0,1432,,,0.9039871096611023,0.24156254529953003,,,
4
+ 1,2865,,,,,0.9353917241096497,0.9353917241096497,0.1776854693889618
5
+ 1,2865,,,0.9277395009994507,0.18794547021389008,,,
6
+ 2,4298,,,,,0.9330875873565674,0.9353917241096497,0.17705915868282318
7
+ 2,4298,,,0.9346100091934204,0.17284728586673737,,,
8
+ 3,5731,,,,,0.9301382303237915,0.9353917241096497,0.19981296360492706
9
+ 3,5731,,,0.938077986240387,0.16172367334365845,,,
10
+ 4,7164,,,,,0.9270967841148376,0.9353917241096497,0.1936749368906021
11
+ 4,7164,,,0.9415241479873657,0.1525978296995163,,,
12
+ 5,8597,,,,,0.9388018250465393,0.9388018250465393,0.17147229611873627
13
+ 5,8597,,,0.9452974796295166,0.14374929666519165,,,
14
+ 6,10030,,,,,0.92580646276474,0.9388018250465393,0.19466955959796906
15
+ 6,10030,,,0.9472604990005493,0.13786929845809937,,,
16
+ 7,11463,,,,,0.9304147362709045,0.9388018250465393,0.18817198276519775
17
+ 7,11463,,,0.9495506882667542,0.13097579777240753,,,
18
+ 8,12896,,,,,0.9314285516738892,0.9388018250465393,0.1952507048845291
19
+ 8,12896,,,0.9522116780281067,0.1263027787208557,,,
20
+ 9,14329,,,,,0.9364055395126343,0.9388018250465393,0.1802290827035904
21
+ 9,14329,,,0.95491623878479,0.11994071304798126,,,
22
+ 10,15762,,,,,0.9420276284217834,0.9420276284217834,0.16476842761039734
23
+ 10,15762,,,0.9566829800605774,0.11337895691394806,,,
24
+ 11,17195,,,,,0.9366820454597473,0.9420276284217834,0.16678594052791595
25
+ 11,17195,,,0.9587986469268799,0.1090051457285881,,,
26
+ 12,18628,,,,,0.9385253190994263,0.9420276284217834,0.17359019815921783
27
+ 12,18628,,,0.9609797596931458,0.10527420043945312,,,
28
+ 13,20061,,,,,0.9388940334320068,0.9420276284217834,0.18199294805526733
29
+ 13,20061,,,0.9614160060882568,0.099303238093853,,,
30
+ 14,21494,,,,,0.936497688293457,0.9420276284217834,0.17797796428203583
31
+ 14,21494,,,0.9645349979400635,0.09407127648591995,,,
32
+ 15,22927,,,,,0.9363133907318115,0.9420276284217834,0.17959438264369965
33
+ 15,22927,,,0.9653856158256531,0.09136372804641724,,,
34
+ 16,24360,,,,,0.9353917241096497,0.9420276284217834,0.19542205333709717
35
+ 16,24360,,,0.9677194356918335,0.0856977328658104,,,
36
+ 17,25793,,,,,0.9388018250465393,0.9420276284217834,0.19473664462566376
37
+ 17,25793,,,0.9669778347015381,0.08378621190786362,,,
38
+ 18,27226,,,,,0.9348387122154236,0.9420276284217834,0.2037130445241928
39
+ 18,27226,,,0.9699223637580872,0.07796860486268997,,,
40
+ 19,28659,,,,,0.9395391941070557,0.9420276284217834,0.20277413725852966
41
+ 19,28659,,,0.9717981219291687,0.07642525434494019,,,
42
+ 20,28660,0.9373590350151062,0.17653676867485046,,,,,
tags.log ADDED
@@ -0,0 +1 @@
 
 
1
+ ['gears', 'vit_tiny_patch16_224.augreg_in21k_ft_in1k']