Skip to content

Commit

Permalink
Add optional load_parts parameter to SegFormer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
valhassan committed Mar 7, 2025
1 parent 7247a27 commit 233951b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/segformer_config_RGB.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ model:
class_labels: ["background", "fore", "hydro", "roads", "buildings"]
class_colors: ["#000000", "#008000", "#0000FF", "#FFFF00", "#FF0000"]
weights_from_checkpoint_path: null

load_parts: null
data:
class_path: datamodules.imagery_NonGeoDataModule.BlueSkyNonGeoDataModule
init_args:
Expand Down

0 comments on commit 233951b

Please sign in to comment.