Skip to content

Commit

Permalink
j028
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Aug 23, 2023
1 parent 9d179e0 commit daae27d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mergernet/jobs/j028.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def call(self):
HP.const('pretrained_weights', 'imagenet'),
HP.const('batch_size', 128),
HP.const('dense_1_units', 400),
HP.const('batch_norm_1', True),
HP.const('dropout_1_rate', 0.32),
# metrics and validation
HP.const('metrics', ['f1', 'recall', 'roc']),
Expand Down

0 comments on commit daae27d

Please sign in to comment.