From e0e71379baa8df99c93858141cf9546f7f55637b Mon Sep 17 00:00:00 2001 From: sandes Date: Fri, 29 May 2020 12:04:16 -0300 Subject: [PATCH] pull --- example.py | 1 + 1 file changed, 1 insertion(+) diff --git a/example.py b/example.py index 9047b7b..9105dff 100644 --- a/example.py +++ b/example.py @@ -1,6 +1,7 @@ import torch # Pseudo-example of how to use k_folds +# t for train_idx, test_idx in k_folds(n_splits = num_folds): dataset_train = NNDataset(indices = train_idx)