Kushal Arora

Results 5 comments of Kushal Arora

Hello Prof. Bowman, I apologize if my comment came out as aggressive, it was more of a deep sigh of resignation at my attempt to reproduce the baseline than an...

I tried this and it seems to work. I am trying to use my own dataset (cantab-tedlium) to train using adaptive-softmax and it crashes often.

Is there a way to make this to work for python3?

I fixed this issue by doing path.encode(). This issue exists because of handling of strings in python2 and 3. By default, in python3 the str is a unicode. The encode...

Thank you Hao for the quick response. I ran the code with cfg2dep.py but I am still facing some issues. Here is the attached stacktrace. ``` Checking validation perf... Traceback...