Open abhijeetdhakane opened 2 years ago
Hi @abhijeetdhakane, could you post your error message and your implementation of the DataModule?
Resolved no worries!!
Hey @abhijeetdhakane
Sorry for the late response. I agree it would be valuable to add example of the Dataset
class. Let me reopen this for now as a todo task for near future.
@ashleve this is an excellent template. But if you add some files, then it will be usable for a lot many audiences. I felt a little tedious for data modules. The template has an MNIST data module which is 'standard.' In many used cases people use
custom Dataset
, If you add those, then it will be more helpful.Just an example I tried:
datamodule -> component -> dataloader.py
from
https://pytorch.org/tutorials/beginner/data_loading_tutorial.html
then
datamodules -> XYZ_datamodule.py
I ran into errors while doing the above, my
datamodule_XYZ.yaml
like:...