workers settings togather with redirect

This commit is contained in:
Shital Shah 2020-05-02 03:47:11 -07:00
Родитель a17969e8bd
Коммит 85f5f57d37
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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