Skip to content

Commit

Permalink
bugfix(config): fix bug in cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Haochen-Wang409 committed Mar 14, 2022
1 parent 52f6f4b commit 97284db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion experiments/pascal/1464/ours/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ saver:
pretrain: ''

criterion:
use_weight: False
type: CELoss
kwargs:
use_weight: False

net: # Required.
num_classes: 21
Expand Down
4 changes: 3 additions & 1 deletion experiments/pascal/1464/suponly/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ saver:
pretrain: ''

criterion:
use_weight: False
type: CELoss
kwargs:
use_weight: False

net: # Required.
num_classes: 21
Expand Down

0 comments on commit 97284db

Please sign in to comment.