imranparuk / speaker-recognition-3d-cnn

Keras + pyTorch implimentation of "Deep Learning & 3D Convolutional Neural Networks for Speaker Verification"
MIT License
29 stars 12 forks source link

ModuleNotFoundError: No module named 'src' #4

Open RushiKawade opened 4 years ago

RushiKawade commented 4 years ago

I have set path using sys module but error is not resolving.

imranparuk commented 4 years ago

I don't have much context on the error, however I would try executing python via the module name, for example

python3 -m src.pytorch.train