Skip to content

Commit

Permalink
Relaxed Dropout as new version ultralytics#14
Browse files Browse the repository at this point in the history
Basically same commit as previous
  • Loading branch information
manole-alexandru committed Apr 12, 2023
1 parent 5ee40c3 commit 8ead728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def parse_opt(known=False):


def main(opt, callbacks=Callbacks()):
print('\n---------- VERSION:', '#0013', '----------\n')
print('\n---------- VERSION:', '#0014', '----------\n')
# Checks
if RANK in {-1, 0}:
print_args(vars(opt))
Expand Down

0 comments on commit 8ead728

Please sign in to comment.