zzw922cn / Automatic_Speech_Recognition

End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
MIT License
2.84k stars 538 forks source link

package/lib requirements #41

Closed bshao001 closed 6 years ago

bshao001 commented 6 years ago

I checked the requirements.txt, and it states that this project requires the following libraries or frameworks:

tabulate==0.7.7 theano==0.9.0 xlwt==1.2.0

Is theano really required, what is that for? It will not be supported in the future. Therefore, I would like to confirm this.

Also, the other two packages look weird to me, what are they used for: creating tabular data, and excel file? Are they essential to this project?

zzw922cn commented 6 years ago

@bshao001 Hi, theano is not required! tabulate and xlwt is required for analysis. Thank you for correcting!

bshao001 commented 6 years ago

@zzw922cn Thank you for the clarification.