You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting up a Real-ESRGAN project in Colab. When running the above I'm getting the error messages:
ModuleNotFoundError: No module named 'realesrgan.archs.arch_utils'
ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'
ModuleNotFoundError Traceback (most recent call last)
Key environment settings are:
Real-ESRGAN Version: 0.3.0
PyTorch Version: 1.13.1+cu117
TorchVision Version: 0.14.1+cu117
CUDA Version: 11.7
GPU in Use: NVIDIA A100-SXM4-40GB
Operating Environment: Google Colab (Linux environment with Python 3.10)
There was an earlier issue with rrdbnet_arch.py being missing, but I did manage to find a copy on another site.
.
Where do I find the modules or are there other ways to get around this problem?
Regards
MikeMcI67.
The text was updated successfully, but these errors were encountered:
I'm setting up a Real-ESRGAN project in Colab. When running the above I'm getting the error messages:
ModuleNotFoundError: No module named 'realesrgan.archs.arch_utils'
ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'
ModuleNotFoundError Traceback (most recent call last)
Key environment settings are:
Real-ESRGAN Version: 0.3.0
PyTorch Version: 1.13.1+cu117
TorchVision Version: 0.14.1+cu117
CUDA Version: 11.7
GPU in Use: NVIDIA A100-SXM4-40GB
Operating Environment: Google Colab (Linux environment with Python 3.10)
There was an earlier issue with rrdbnet_arch.py being missing, but I did manage to find a copy on another site.
.
Where do I find the modules or are there other ways to get around this problem?
Regards
MikeMcI67.
The text was updated successfully, but these errors were encountered: