Víctor García
Víctor García
Hello, I was wondering when do you think is worth to use a pretrained word embeddings model. I am facing a one-to-many problem as well, where my "many" are text...
Hello, I was wonder why is it that you don't add a validation generator during training. How do you control that the model doesn't overfit too much/it is able to...
Hi. First of all, thanks a lot for your work. I am about to try your scripts and I wanted to now if I could run everything without using GPUs....
I understand that if description has more than `maxlend` words it will be clipped, so some of the "interesting" information could potentially be lost (same with headlines and `maxlenh` although...
Hello, I am using ami-125b2c72 (g2.2xlarge) with spot price as you suggested in another issue (thanks a lot). After struggling a bit with CUDA drivers I finally got to run...
https://github.com/cmusjtuliuyuan/RainBow/blob/252f7ef80823b0d52b2992e05b38c9cbd7aed72b/replayMemory.py#L70 When a new experience is going to be added in the PER memory it should be registered with the maximum priority hence the the maximum error. Why the maximum...