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 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'
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
The text was updated successfully, but these errors were encountered: