Upload folder using huggingface_hub
Browse files- prue-unet-logcoshdice-augs-efficientnetb7-ccby/checkpoints/last.ckpt +3 -0
- prue-unet-logcoshdice-augs-efficientnetb7-ccby/config.yaml +150 -0
- prue-unet-logcoshdice-augs-efficientnetb7-ccby/events.out.tfevents.1764131617.ip-10-200-114-165.140316.0 +3 -0
- prue-unet-logcoshdice-augs-efficientnetb7-ccby/hparams.yaml +20 -0
- prue-unet-logcoshdice-augs-efficientnetb7-ccby/metrics.csv +2 -0
prue-unet-logcoshdice-augs-efficientnetb7-ccby/checkpoints/last.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4f484b5fd3fbca8ec46bbcd890a12d14539dcf4ee17c50411de98047bcd3cc1
|
| 3 |
+
size 1056419810
|
prue-unet-logcoshdice-augs-efficientnetb7-ccby/config.yaml
ADDED
|
@@ -0,0 +1,150 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# lightning.pytorch==2.5.5
|
| 2 |
+
seed_everything: 7
|
| 3 |
+
trainer:
|
| 4 |
+
accelerator: gpu
|
| 5 |
+
strategy: auto
|
| 6 |
+
devices:
|
| 7 |
+
- 0
|
| 8 |
+
num_nodes: 1
|
| 9 |
+
precision: null
|
| 10 |
+
logger: null
|
| 11 |
+
callbacks:
|
| 12 |
+
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
|
| 13 |
+
init_args:
|
| 14 |
+
dirpath: null
|
| 15 |
+
filename: '{epoch}-{val_loss:.2f}'
|
| 16 |
+
monitor: val_loss
|
| 17 |
+
verbose: false
|
| 18 |
+
save_last: true
|
| 19 |
+
save_top_k: 0
|
| 20 |
+
save_on_exception: false
|
| 21 |
+
save_weights_only: false
|
| 22 |
+
mode: min
|
| 23 |
+
auto_insert_metric_name: true
|
| 24 |
+
every_n_train_steps: null
|
| 25 |
+
train_time_interval: null
|
| 26 |
+
every_n_epochs: null
|
| 27 |
+
save_on_train_epoch_end: null
|
| 28 |
+
enable_version_counter: true
|
| 29 |
+
fast_dev_run: false
|
| 30 |
+
max_epochs: 100
|
| 31 |
+
min_epochs: null
|
| 32 |
+
max_steps: -1
|
| 33 |
+
min_steps: null
|
| 34 |
+
max_time: null
|
| 35 |
+
limit_train_batches: null
|
| 36 |
+
limit_val_batches: null
|
| 37 |
+
limit_test_batches: null
|
| 38 |
+
limit_predict_batches: null
|
| 39 |
+
overfit_batches: 0.0
|
| 40 |
+
val_check_interval: null
|
| 41 |
+
check_val_every_n_epoch: 1
|
| 42 |
+
num_sanity_val_steps: null
|
| 43 |
+
log_every_n_steps: 10
|
| 44 |
+
enable_checkpointing: null
|
| 45 |
+
enable_progress_bar: null
|
| 46 |
+
enable_model_summary: null
|
| 47 |
+
accumulate_grad_batches: 1
|
| 48 |
+
gradient_clip_val: null
|
| 49 |
+
gradient_clip_algorithm: null
|
| 50 |
+
deterministic: null
|
| 51 |
+
benchmark: null
|
| 52 |
+
inference_mode: true
|
| 53 |
+
use_distributed_sampler: true
|
| 54 |
+
profiler: null
|
| 55 |
+
detect_anomaly: false
|
| 56 |
+
barebones: false
|
| 57 |
+
plugins: null
|
| 58 |
+
sync_batchnorm: false
|
| 59 |
+
reload_dataloaders_every_n_epochs: 0
|
| 60 |
+
default_root_dir: logs/prue/prue-unet-logcoshdice-augs-efficientnetb7-ccby
|
| 61 |
+
model_registry: null
|
| 62 |
+
model:
|
| 63 |
+
class_path: ftw_tools.training.trainers.CustomSemanticSegmentationTask
|
| 64 |
+
init_args:
|
| 65 |
+
model: unet
|
| 66 |
+
backbone: efficientnet-b7
|
| 67 |
+
weights: true
|
| 68 |
+
in_channels: 8
|
| 69 |
+
num_classes: 3
|
| 70 |
+
num_filters: 64
|
| 71 |
+
loss: logcoshdice
|
| 72 |
+
class_weights:
|
| 73 |
+
- 0.05
|
| 74 |
+
- 0.2
|
| 75 |
+
- 0.75
|
| 76 |
+
ignore_index: 3
|
| 77 |
+
pixel_weight_scale: null
|
| 78 |
+
lr: 0.001
|
| 79 |
+
patience: 100
|
| 80 |
+
patch_weights: false
|
| 81 |
+
freeze_backbone: false
|
| 82 |
+
freeze_decoder: false
|
| 83 |
+
edge_agreement_loss: false
|
| 84 |
+
model_kwargs: {}
|
| 85 |
+
data:
|
| 86 |
+
class_path: ftw_tools.training.datamodules.FTWDataModule
|
| 87 |
+
init_args:
|
| 88 |
+
root: data/ftw
|
| 89 |
+
batch_size: 24
|
| 90 |
+
num_workers: 8
|
| 91 |
+
train_countries:
|
| 92 |
+
- austria
|
| 93 |
+
- brazil
|
| 94 |
+
- corsica
|
| 95 |
+
- denmark
|
| 96 |
+
- estonia
|
| 97 |
+
- finland
|
| 98 |
+
- france
|
| 99 |
+
- india
|
| 100 |
+
- luxembourg
|
| 101 |
+
- netherlands
|
| 102 |
+
- rwanda
|
| 103 |
+
- slovakia
|
| 104 |
+
- spain
|
| 105 |
+
- vietnam
|
| 106 |
+
val_countries:
|
| 107 |
+
- austria
|
| 108 |
+
test_countries:
|
| 109 |
+
- austria
|
| 110 |
+
- belgium
|
| 111 |
+
- brazil
|
| 112 |
+
- cambodia
|
| 113 |
+
- corsica
|
| 114 |
+
- croatia
|
| 115 |
+
- denmark
|
| 116 |
+
- estonia
|
| 117 |
+
- finland
|
| 118 |
+
- france
|
| 119 |
+
- germany
|
| 120 |
+
- india
|
| 121 |
+
- kenya
|
| 122 |
+
- latvia
|
| 123 |
+
- lithuania
|
| 124 |
+
- luxembourg
|
| 125 |
+
- netherlands
|
| 126 |
+
- portugal
|
| 127 |
+
- rwanda
|
| 128 |
+
- slovakia
|
| 129 |
+
- slovenia
|
| 130 |
+
- south_africa
|
| 131 |
+
- spain
|
| 132 |
+
- sweden
|
| 133 |
+
- vietnam
|
| 134 |
+
temporal_options: stacked
|
| 135 |
+
num_samples: -1
|
| 136 |
+
random_shuffle: true
|
| 137 |
+
resize_factor: null
|
| 138 |
+
brightness_aug: false
|
| 139 |
+
preprocess_aug: true
|
| 140 |
+
resize_aug: true
|
| 141 |
+
load_boundaries: true
|
| 142 |
+
ignore_sample_fn: null
|
| 143 |
+
transforms: null
|
| 144 |
+
checksum: false
|
| 145 |
+
load_edges: false
|
| 146 |
+
swap_order: false
|
| 147 |
+
verbose: true
|
| 148 |
+
optimizer: null
|
| 149 |
+
lr_scheduler: null
|
| 150 |
+
ckpt_path: null
|
prue-unet-logcoshdice-augs-efficientnetb7-ccby/events.out.tfevents.1764131617.ip-10-200-114-165.140316.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fe0538c0648f266a88facc7a06b7cf8e8a261a04ca929d1863da473d66aa324
|
| 3 |
+
size 543343562
|
prue-unet-logcoshdice-augs-efficientnetb7-ccby/hparams.yaml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model: unet
|
| 2 |
+
backbone: efficientnet-b7
|
| 3 |
+
in_channels: 8
|
| 4 |
+
num_classes: 3
|
| 5 |
+
num_filters: 64
|
| 6 |
+
loss: logcoshdice
|
| 7 |
+
class_weights:
|
| 8 |
+
- 0.05
|
| 9 |
+
- 0.2
|
| 10 |
+
- 0.75
|
| 11 |
+
ignore_index: 3
|
| 12 |
+
pixel_weight_scale: null
|
| 13 |
+
lr: 0.001
|
| 14 |
+
patience: 100
|
| 15 |
+
patch_weights: false
|
| 16 |
+
freeze_backbone: false
|
| 17 |
+
freeze_decoder: false
|
| 18 |
+
edge_agreement_loss: false
|
| 19 |
+
model_kwargs: {}
|
| 20 |
+
_instantiator: lightning.pytorch.cli.instantiate_module
|
prue-unet-logcoshdice-augs-efficientnetb7-ccby/metrics.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
train_checkpoint,countries,pixel_level_iou,pixel_level_precision,pixel_level_recall,object_level_precision,object_level_recall,object_level_f1
|
| 2 |
+
final_logs/prue-unet-logcoshdice-augs-efficientnetb7-ccby/checkpoints/last.ckpt,all,0.7718388438224792,0.8822274208068848,0.860501766204834,0.5833109244988745,0.35275641770240446,0.43964074560920957
|