Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'filterinterpolation_cuda' #79

Closed
justinbaltazar opened this issue May 18, 2020 · 1 comment
Closed

Comments

@justinbaltazar
Copy link

Hi!

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?

@justinbaltazar 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
@justinbaltazar
Copy link
Author

Nevermind. After looking at another open issue #44, I found that this issue is caused by the upgrade of Colab to PyTorch 1.5.

Thank you to CyFeng16! Not all heroes wear capes.
#44 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant