super-resolution
super-resolution copied to clipboard
Edsr not working in Google Colab Notebook

It drops some errors and I can't seem to fix it, if you could tell me what changes should be done to make it runnable I would really appreciate it =). By the way I don't know if this is possible with videos. Thanks so much
Execute this before all:
%cd /content/drive/MyDrive/ColabNBs/super-resolution <= Your path to the code
This makes your project directory your present working directory. Python always look in there to look for modules...
hope it helps