Skip to content

Commit 1d7d4d6

Browse files
committed
uncomment restore config
1 parent 8691f53 commit 1d7d4d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

landsat/recheck_landsat_labels/phase123_config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ model:
2222
plateau_patience: 10
2323
plateau_min_lr: 0
2424
plateau_cooldown: 0
25-
# restore_config:
26-
# restore_path: gcs://rslearn-eai/datasets/landsat_vessel_detection/artifacts/2024-03-13-landsat-vessels/vessel02_satlas_freeze_crop512_nosatlas_b8first2/best.pth
27-
# remap_prefixes:
28-
# - ["backbone.backbone.", "encoder.0.model."]
25+
restore_config:
26+
restore_path: gcs://rslearn-eai/datasets/landsat_vessel_detection/artifacts/2024-03-13-landsat-vessels/vessel02_satlas_freeze_crop512_nosatlas_b8first2/best.pth
27+
remap_prefixes:
28+
- ["backbone.backbone.", "encoder.0.model."]
2929
data:
3030
class_path: rslearn.train.data_module.RslearnDataModule
3131
init_args:

0 commit comments

Comments
 (0)