Home | Trees | Indices | Help |
---|
|
object --+ | TrainDataset
a mixin for batch functionality, valid and train sub-dataset
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Dataset that will create train and validation batches from the given params. the idea is to split the data into batches and allocate a 'valid_s' portion of them for validation. the position of the (continuous) validation block is w.r.t batches. E.g., for tot_size = 10, batch_s = 2, valid_idx=3, valid_s = 0.3 you get 4 + 1 train + valid batches: T T T V T
|
infinite loop over train/valid batches
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Aug 21 01:14:52 2013 | http://epydoc.sourceforge.net |