-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructure.txt
More file actions
54 lines (53 loc) · 1.66 KB
/
structure.txt
File metadata and controls
54 lines (53 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.
├── README.md
├── config.yaml
├── data
│ ├── processed
│ └── raw
├── data.zip
├── inference.py
├── logs
│ ├── run_20250627_042548.log
│ ├── run_20250627_044931.log
│ ├── run_20250627_045845.log
│ ├── run_20250627_052123.log
│ └── run_20250627_054342.log
├── main.py
├── monitoring
│ ├── docker-compose.yml
│ └── prometheus
├── notebooks
│ └── 01_data_exploration.ipynb
├── outputs
│ ├── checkpoints
│ └── results
├── pyproject.toml
├── requirements.txt
├── scripts
│ ├── explore_data.ipynb
│ ├── fetch_data.py
│ ├── prepare_dataset.py
│ └── verify_image.py
├── src
│ ├── __pycache__
│ ├── data_utils.py
│ ├── datamodule.py
│ ├── dataset.py
│ ├── flood_monitoring_sar_to_optical.egg-info
│ ├── lightning_module.py
│ ├── logging_utils.py
│ ├── losses.py
│ ├── model.py
│ └── train.py
├── structure.txt
├── uv.lock
└── wandb
├── debug-internal.log -> run-20250627_054418-a2mzvg46/logs/debug-internal.log
├── debug.log -> run-20250627_054418-a2mzvg46/logs/debug.log
├── latest-run -> run-20250627_054418-a2mzvg46
├── run-20250627_042900-wi0l1xta
├── run-20250627_045017-zod5mmsv
├── run-20250627_050019-1vymelk8
├── run-20250627_052243-f62ed71k
└── run-20250627_054418-a2mzvg46
22 directories, 30 files