linksense/LightNet

NoMoudle named encoding

nbansal90 opened this issue · 0 comments

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