Skip to content

Commit

Permalink
j027
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Aug 19, 2023
1 parent 5495ac0 commit 6cc3495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mergernet/jobs/j027.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def call(self):
hps = HyperParameterSet(
HP.const('architecture', 'efficientnetv2b0'),
HP.const('pretrained_weights', 'imagenet'),
HP.const('metrics', ['f1', 'recall']),
HP.const('metrics', ['f1', 'recall', 'roc']),
HP.const('positive_class_id', 1),
HP.const('negative_class_id', 0),
HP.const('epochs', 35),
Expand Down

0 comments on commit 6cc3495

Please sign in to comment.