Definition at line 29 of file train.py.
◆ __init__()
def train.PreprocessedDataset.__init__ |
( |
|
self, |
|
|
|
path = None , |
|
|
|
random = True |
|
) |
| |
◆ __len__()
def train.PreprocessedDataset.__len__ |
( |
|
self | ) |
|
◆ get_example()
def train.PreprocessedDataset.get_example |
( |
|
self, |
|
|
|
i |
|
) |
| |
◆ process_image()
def train.PreprocessedDataset.process_image |
( |
|
self, |
|
|
|
image |
|
) |
| |
◆ base
train.PreprocessedDataset.base |
◆ mean
train.PreprocessedDataset.mean |
◆ n_class
train.PreprocessedDataset.n_class |
◆ random
train.PreprocessedDataset.random |
◆ root
train.PreprocessedDataset.root |
◆ target_classes
train.PreprocessedDataset.target_classes |
The documentation for this class was generated from the following file: