rolczynski / Automatic-Speech-Recognition

🎧 Automatic Speech Recognition: DeepSpeech & Seq2Seq (TensorFlow)
GNU Affero General Public License v3.0
222 stars 62 forks source link

missing optimizer class #18

Closed Drazcat closed 4 years ago

Drazcat commented 4 years ago

when i try to train, i cant because the optimizer class doesnt exists


Traceback (most recent call last): File "C:\Users\benja\OneDrive\Desktop\Drazcat\python\Automatic-Speech-Recognition\train.py", line 19, in optimizer = asr.optimizer.Adam( AttributeError: module 'automatic_speech_recognition' has no attribute 'optimizer'

rolczynski commented 4 years ago

Please import tensorflow as tf and then use tf.optimizer ;)