Open rkushol opened 3 years ago
Hi @rkushol,
Thank you for reporting this issue. It looks like some underlying API has changed over the last months. Could you try to use pytorch-lightning==1.2.6
?
Hello,
Thanks for your quick response. Tried with pytorch-lightning==1.2.6
but same error.
Hi @rkushol
I finally got around to look at it. I fixed a couple things that were broken and now it is running on my system again. If you find the time it would be appreciated if you could try it out again :)
Thank you!
When I uncomment the line
trainer.fit(model, datamodule=dm)
in theSuper-Resolution - MNIST Example.ipynb
file, I get this errorTypeError: 'NoneType' object is not callable
on line 53 ofSResTransformer.py
file. Could you please take a look why this is happening? I should mention that I had to change some stuff to get the code running. One change was the definition of the trainer objectAnother change was to change lines 76 and 77 in SResDataModule.py from
to