I am starting work on a project of a pretrained and preprocessed model. Problem is that the shared pretrained and preprocessed files are in different folders while the self made modules are being used in files which are inaccessible. Like folder desed_task has subfolder nnet which has python file CRNN_e2e. It has a module defined in it named CNN(from desed_task.nnet.CRNN_e2e import CRNN). But, this is showing an error module not found. What’s the solution?
I have tried by using different paths but the error is not resolved. I am using Google Colab.
Jibran Mujtaba is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.