зеркало из https://github.com/microsoft/archai.git
workers settings togather with redirect
This commit is contained in:
Родитель
a17969e8bd
Коммит
85f5f57d37
|
@ -82,9 +82,9 @@ nas:
|
|||
load_train: True # load train split of dataset
|
||||
train_batch: 96
|
||||
train_workers: null # if null then 4
|
||||
test_workers: '_copy: ../train_workers' # if null then 4
|
||||
load_test: True # load test split of dataset
|
||||
test_batch: 1024
|
||||
test_workers: null # if null then 4
|
||||
val_ratio: 0.0 #split portion for test set, 0 to 1
|
||||
val_fold: 0 #Fold number to use (0 to 4)
|
||||
cv_num: 5 # total number of folds available
|
||||
|
|
Загрузка…
Ссылка в новой задаче