Open nikita-kotsehub opened 2 years ago
started working on it in #23
added in #25
The current PyTorch example (flox/examples/quickstart_pytorch/pytorch_funcx.py
on #23 ) supports CIFAR10 and should also support all other datasets from torchvision.datasets. However, it does not work with other datasets either because of (1) the Net model class defined in the example or (2) because of the training and data processing methods defined inflox/model_trainers/PyTorchTrainer
. I'd appreciate it if someone with experience in PyTorch could look into it and make the PyTorch trainer dynamic such that it works with any datasets.
@nathaniel-hudson
I tried running quickstart_pytorch.py file from tutorial...It is not working failing with error:
File "quickstart_pytorch.py", line 134, in
@nikita-kotsehub In this issue, are we talking about the same?