Paul Tardy
Paul Tardy
The whole idea of the pointer network feature is to be able to copy tokens directly from the source, which, by definition, is an extractive process. In fact, the pointer-generator...
Thx @pedrobalage, I actually removed this block. I don't really understand why the device is hardcoded. Shouldn't it be left "default" (and then user can (un/)set `CUDA_VISIBLE_DEVICE`) or at least...
@pedrobalage thanks for sharing it, I didn't even noticed this line. @abisee I forked, switched to python3 syntax & removed this line. My python 3 implementation wont be compatible because...
@ioana-blue In fact I just complained then @pedrobalage helped us ;) @tianjianjiang thx for referencing it. Interesting to notice that it's the same GPU. Can't figure out how this may...
@Spandan-Madan I'm around 1.8sec/step, default parameters, nvidia 1080. The GPU usage might be sub-optimal as we can see it is not always 100% of load.
@sshleifer I'm not a Mac user but I would guess: - install xml stuff `brew install libxml2` - get `perl/cpanminus` http://www.cpan.org/modules/INSTALL.html - `cpanm --force XML::Parser`
@wentinghome I'm not using Windows. However, it seems like you may install perl with either `strawberry` or `activestate` (see https://grantm.github.io/perl-libxml-by-example/installation.html#installing-on-windows) so you can: ``` # strawberry cpan XML::LibXML # active...
Windows isn't supported for now. I do not plan to personally investigate on this, contributions are welcome!
This feature is not currently supported. Contributions are welcome!
Sure its possible. You can get recall and precision from this package then calculate whatever you want with it? Also, the code would only require small update to take this...