Skip to content

Commit

Permalink
uncommented line
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaenzig committed Oct 14, 2024
1 parent ed72513 commit b448442
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ model:
num_classes: &NUM_CLASSES 3
criterion:
class_path: eva.core.losses.CrossEntropyLoss
# init_args:
# weight: [0.05, 0.1, 1.5]
init_args:
weight: [0.05, 0.1, 1.5]
optimizer:
class_path: torch.optim.AdamW
init_args:
Expand Down

0 comments on commit b448442

Please sign in to comment.