Ashutosh Baheti
Ashutosh Baheti
I ditched this library and started using [SFTP](https://www.nsoftware.com/sftp/drive/)
> @qywu Great Job! If we want to batch the input_ids, what should we pad? the 0 results are terrible. Was wondering if you figured out a way to batch...
@knudvaneeden I think I have implemented it on Theano backend. I hadn't tested this on Tensorflow backend as I don't know how to use Tensorflow. Also this is was a...
I had used Theano backend during testing. I haven't tested this on tensorflow. You can change the keras backend as specified [here](https://keras.io/backend/)
From looking at your error I think you need to either flatten or reshape the `word_embedding` or `cbow` tensor.
I think you can [reshape with keras](https://keras.io/layers/core/#reshape).
I'm working on the CNTK version. It uses sparse gradients for Embeddings. I hope that it will work faster!
Hey @popoala , Thank you for bringing this issue to notice. That part of the code is from another project and is not required for running LoL-RL. I updated the...
Thank you for pointing them out. I updated the imports in the big model training files. Please let me know if there are still any other issues.
Hi @JiuhaiChen , Thank you for helping me debug this. Seems like there was a lot of redundant code in the data_cleaning.py file. I removed it and uncommented the lines...