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 running the Colab given by styler00dollar, and getting to this error when running colab_interpolate.py:
ModuleNotFoundError: No module named 'filterinterpolation_cuda'
Has anyone experienced this issue on the Colab? How did you fix it?
The text was updated successfully, but these errors were encountered:
justinbaltazar
changed the title
/content/DAIN Traceback (most recent call last): File "colab_interpolate.py", line 7, in <module> import networks File "/content/DAIN/networks/__init__.py", line 1, in <module> from .DAIN import DAIN File "/content/DAIN/networks/DAIN.py", line 4, in <module> from my_package.FilterInterpolation import FilterInterpolationModule File "/content/DAIN/my_package/FilterInterpolation/__init__.py", line 1, in <module> from .FilterInterpolationModule import * File "/content/DAIN/my_package/FilterInterpolation/FilterInterpolationModule.py", line 6, in <module> from .FilterInterpolationLayer import FilterInterpolationLayer,WeightLayer, PixelValueLayer,PixelWeightLayer,ReliableWeightLayer File "/content/DAIN/my_package/FilterInterpolation/FilterInterpolationLayer.py", line 4, in <module> import filterinterpolation_cuda as my_lib ModuleNotFoundError: No module named 'filterinterpolation_cuda'
ModuleNotFoundError: No module named 'filterinterpolation_cuda'
May 18, 2020
Hi!
I'm running the Colab given by styler00dollar, and getting to this error when running
colab_interpolate.py
:Has anyone experienced this issue on the Colab? How did you fix it?
The text was updated successfully, but these errors were encountered: