Bruce Ho

Results 33 comments of Bruce Ho

The vocab is fixed size throughout. I am looking into this issue in depth. The way OOV is predicted during decoding is really only meaning for during training, where the...

I am looking at the same issue. I believe it is because the word embedding is limited to the vocab size. These embeddings are updated during training, therefore the words...

I am lost why you are talking about tensorflow. This code is written in chainer. did I miss something?

found this https://stackoverflow.com/questions/38426349/how-to-create-random-orthonormal-matrix-in-python-numpy

Having determined that the initialization aims to generate orthonormal random vectors, I see no basis in that requirement at all from the original paper. What would you want to impose...

is there any resolution to this? facing the same problem. it would really help if there is some documentation on which version of pytorch the code does work with.

I am using torch 0.4.0, and its failing. Maybe 0.3.0? if you have working code, please provide that version.

finally! 0.1.12 worked. Thank you very much.

I used the re split with `plus_pattern = r'(?

yes, I do understand the intent for the '+' in the code. my point is the code for splitting by '+' will fail for the dataset, because of drug names...