This commit is contained in:
Shital Shah 2020-05-02 05:15:43 -07:00
Родитель c753c2b1d6
Коммит b86b9f5053
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -33,6 +33,9 @@ nas:
# dataset:
# _copy: '/dataset_eval'
# trainer:
# apex: # this is overriden in search and eval individually
# enabled: False # global switch to disable everything apex
# distributed_enabled: False # enable/disable distributed mode
# aux_weight: 0.4 # weight for loss from auxiliary towers in test time arch
# drop_path_prob: 0.0 # probability that given edge will be dropped
# epochs: 250