Skip to content

Commit

Permalink
remove tpr
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Aug 19, 2023
1 parent e104156 commit 5e56956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mergernet/jobs/j026.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def call(self):
HP.const('architecture', 'efficientnetv2b0'),
HP.const('pretrained_weights', 'imagenet'),
HP.const('batch_size', 64),
HP.const('metrics', ['tpr']),
# HP.const('metrics', ['tpr']),
HP.const('positive_class_id', 1),
HP.const('negative_class_id', 0),
HP.const('epochs', 35),
Expand Down

0 comments on commit 5e56956

Please sign in to comment.