Open Juanfma12 opened 1 year ago
hi, Maybe windows just doesn't work(Maybe the author is using linux ) @Juanfma12
Traceback (most recent call last):
File "/content/DGM_pytorch/train.py", line 13, in
you can see version that i ran on colab if you need help message me @Juanfma12
Hey, so i'm gonna use the Differentiable Graph Module in a project and i cant get it to work with the default settings. When i run the train.py, i get an error (after some epochs run succesfully) stating the following:
ValueError: An invalid dataloader was passed to
Trainer.test(dataloaders=...)
. Either pass the dataloader to the.test()
method OR implementdef test_dataloader(self):
in your LightningModule/LightningDataModule.However, i didn't change anything in the train.py, left it as is. Im using windows 11 (No keops) and using the latest versions of pytorch, pytorch-lightning, sparse and scatter, since i was having errors regarding cuda and methods that were deprecated with the versions in the current readme (pytorch 1.8.1, cuda 10.1, scatter 2.0.8, sparse 0.6.12).