-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
hello, when I change the the loss weight of each class as follow:
model=dict(
decode_head=dict(
loss_decode=dict(
type='CrossEntropyLoss', use_sigmoid=False, loss_weight=1.0,
class_weight=[0.9843, 1.1116, 0.9037,
1.0865, 1.0955, 1.0865, 1.1529, 1.0507])))
The error has occurred:
No such file :

Have anyone ever had this problem?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels