Scripts should not handle (too much) of data
Scripts should not take care of dealing with data more than necessaty (i.e. define dataloader). Config files and bob/learn/pytorch/datasets
are meant for this purpose.
Scripts should not take care of dealing with data more than necessaty (i.e. define dataloader). Config files and bob/learn/pytorch/datasets
are meant for this purpose.