Skip to content

Commit

Permalink
This argument must be a list
Browse files Browse the repository at this point in the history
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
  • Loading branch information
Joao-L-S-Almeida committed Dec 11, 2024
1 parent 7461ffc commit 3c3db34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ model = model_factory.build_model(task="segmentation",
HLSBands.SWIR_1,
HLSBands.SWIR_2,
],
necks=[{"name": "SelectIndices", "indices": -1},
necks=[{"name": "SelectIndices", "indices": [-1]},
{"name": "ReshapeTokensToImage"}],
num_classes=4,
backbone_pretrained=True,
Expand Down

0 comments on commit 3c3db34

Please sign in to comment.