Ruan Chaves

Results 19 comments of Ruan Chaves

You can just edit `setup.py` and replace `transformers~=3.3.1` by `transformers~=4.4.2` or simply by `transformers` and take the latest version. There should be no breaking changes.

Zeping Yu has already answered this question on the Reddit thread , you may want to take a look. Here's the relevant section of his answer "2.The difference between SRNN...

Actually it improves more than that if you replace vanilla GRUs by bidirectional GRUs and tune the parameters for Adam and the GRUs. In other words the model posted by...

I replaced GRU by CuDNNGRUs. There was a 520% speedup over the implementation in this repository. This means DCNNs are 2,5x slower than SRNNs when you use CuDNNGRUs.

I went through the same problem. I tried running it on Tensorflow 1.4.0 and Python 2.7 as it was recommended in this answer and now it's working fine.

Nice. I still have to read your code, I wrote this in a hurry. I'll read your code and try to submit a pull request that fits in nicely. This...

I'll be overbooked for the next few weeks so I plan to work on this during late July. In the meanwhile whoever needs this can use the plugin as it...

My plans to work on this plugin have miserably failed. But as of today, there's already the [RedditDownloader repository](https://github.com/shadowmoose/RedditDownloader) where people have already done most of the hard work. I'm...

Nice! I will start working on the first two points and then submit a PR.

Hi @finiteautomata . I was fixing some internal time performance issues in the library, but now I'm ready to start the integration. However I believe I won't be able to...