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

NoMoudle named encoding #27

Open
nbansal90 opened this issue Apr 15, 2022 · 0 comments
Open

NoMoudle named encoding #27

nbansal90 opened this issue Apr 15, 2022 · 0 comments

Comments

@nbansal90
Copy link

Hello Authors,

I am encountering this issue, and am not able to solve this.

Traceback (most recent call last): File "scripts/train_mobile_scannet.py", line 22, in <module> from models.rfmobilenetv2plus import RFMobileNetV2Plus File "/nfs/home/us000146/LightNet/models/rfmobilenetv2plus.py", line 6, in <module> from modules import SCSEBlock, InPlaceABN, InPlaceABNWrapper, RFBlock File "/nfs/home/us000146/LightNet/modules/__init__.py", line 4, in <module> from . context_encode import ContextEncodeInplaceABN, ContextEncodeDropInplaceABN File "/nfs/home/us000146/LightNet/modules/context_encode.py", line 4, in <module> import encoding ModuleNotFoundError: No module named 'encoding'

I am running under the following configuration:

Python 3.6.13
GCC 7.3.0 [on linux]
Torch 0.4.1.post2

I have tried a few things but nothing works out and I am stuck here, without being able to train the model. Please suggest what should I do?

Regards,
Nitin Bansal

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