I am trying to import LightCNN_9Layers using below command but getting below error message:
from light_cnn import LightCNN_9Layers, LightCNN_29Layers, LightCNN_29Layers_v2
Error: ModuleNotFoundError: No module named 'light_cnn'
couldn't find any pip command on internet. pls suggest
Comments
Post a Comment