subho406 / TF-Speech-Recognition-Challenge-Solution

Source code of the model used in Tensorflow Speech Recognition Challenge (https://www.kaggle.com/c/tensorflow-speech-recognition-challenge). The solution ranked in top 5% in private leaderboard.
GNU General Public License v3.0
58 stars 28 forks source link

no directory named "src" #1

Closed friendmine closed 6 years ago

friendmine commented 6 years ago

when I try to run the script, [01 Init Notebook] I didn't found any directory named "src" and no utils.py or any other files.

import sys sys.path.append("../src")

from libs import utils

subho406 commented 6 years ago

The notebook has been fixed. Thanks for reporting!