-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
23 lines (18 loc) · 810 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
***************************
dehaze.yml - conda environment specs
***************************
-src: all scripts
- my_models.py has all models
- various helper functions imported by my_models
***************************
BATCH SUBMIT: slurm scripts to train all models at once.
- run_more.slurm submits run_model1-7.slurm
- run_model.py loads each model
***************************
-DEHAZEFORMER: Github repo from DehazeFormer paper. /src/ imports DehazeFormer.utils.models
***************************
-LIGHT-DEHAZENET: Light-Dehazenet repo from paper
***************************
WEIGHT FOLDERS: All are organized by model name, with weights from each epoch and .csv files with training/validation loss
weights_batch8: weights from using batch_size = 8
weights_batch4: weights from using batch_size = 4