initial commit - just template files
This commit is contained in:
6
datasets/template_dataset.py
Normal file
6
datasets/template_dataset.py
Normal file
@ -0,0 +1,6 @@
|
||||
from torch.utils.data import Dataset
|
||||
|
||||
|
||||
class TemplateDataset(Dataset):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(TemplateDataset, self).__init__()
|
Reference in New Issue
Block a user