-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added regression (segmentors) config
- Loading branch information
1 parent
3f194c0
commit c369971
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
segmentor_name: UPerNet_regress | ||
task_name: regression | ||
# time_frames: 2 | ||
#task_model_args: | ||
#num_frames: 1 | ||
#mt_strategy: "ltae" #activated only when if num_frames > 1 | ||
#num_classes - task parameter passed from the dataset config | ||
#wave_list - task parameter passed from the dataset config | ||
|
||
channels: 512 | ||
|
||
loss: | ||
loss_name: MSELoss # WeightedCrossEntropy | ||
ignore_index: -1 | ||
|
||
optimizer: | ||
optimizer_name: AdamW | ||
lr: 0.0001 | ||
weight_decay: 0.05 | ||
|
||
scheduler: | ||
scheduler_name: MultiStepLR | ||
lr_milestones: [0.6, 0.9] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters