This commit is contained in:
glenn-jocher 2019-07-01 17:44:42 +02:00
parent f43ee6ef94
commit 1fd871abd8
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ if __name__ == '__main__':
parser.add_argument('--notest', action='store_true', help='only test final epoch') parser.add_argument('--notest', action='store_true', help='only test final epoch')
parser.add_argument('--giou', action='store_true', help='use GIoU loss instead of xy, wh loss') parser.add_argument('--giou', action='store_true', help='use GIoU loss instead of xy, wh loss')
parser.add_argument('--evolve', action='store_true', help='evolve hyperparameters') parser.add_argument('--evolve', action='store_true', help='evolve hyperparameters')
parser.add_argument('--cloud_evolve', action='store_true', help='evolve hyperparameters from a cloud source') parser.add_argument('--cloud-evolve', action='store_true', help='evolve hyperparameters from a cloud source')
parser.add_argument('--var', default=0, type=int, help='debug variable') parser.add_argument('--var', default=0, type=int, help='debug variable')
opt = parser.parse_args() opt = parser.parse_args()
print(opt) print(opt)