Holmes-Alan / dSRVAE

Unsupervised Real Image Super-Resolution via Variational AutoEncoder in CVPR2020
119 stars 14 forks source link

TypeError: TypeError: eval() takes 0 positional arguments but 2 were given #13

Open mariomosko opened 2 years ago

mariomosko commented 2 years ago

Hello i ws wondering if you had any insight about the error that i get when running the Test.py code

Traceback (most recent call last): File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\protocol.py", line 329, in _dispatch_request res = self._HANDLERS[handler](self, args) File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\protocol.py", line 590, in _handle_call return obj(args, **dict(kwargs)) File "", line 433, in evalcode TypeError: eval() takes 0 positional arguments but 2 were given

if you have any idea or suggestions Please let me know thank you in advance