HPI-DeepLearning / crnn-lid

Code for the paper Language Identification Using Deep Convolutional Recurrent Neural Networks
GNU General Public License v3.0
105 stars 48 forks source link

Failing to import model package #25

Closed Arafat4341 closed 4 years ago

Arafat4341 commented 4 years ago

Inside keras/models package there is an __init__.py file in which author has imported all the self created modules. I am getting error: ModuleNotFoundError: No module named 'topcoder'. Self-created modules are failing to import.

Why am I getting this? What should I do? Thanks in advance!

Arafat4341 commented 4 years ago

It was a version issue. I got it!

shaunakjoshi1312 commented 2 years ago

@Arafat4341 which version issue? I directly installed packages from requirements.txt and still getting error