Mario
Mario
Hi all, I'd like to know whether you have plans to port the codebase to Python-3. Since most of the people have switched to Python-3, it'd be nice to have...
**Problem details** As [we discussed in a twitter thread](https://twitter.com/kmario234/status/1488247194285219847), a support for JAIR LaTeX code (i.e. `jair.sty`) is requested for proper rendering of JAIR papers posted on arXiv. Some noticeable...
The current codebase of [`word_language_model/generate.py`](https://github.com/pytorch/examples/blob/master/word_language_model/generate.py) uses a single (randomly sampled) index as `input` and generates a text based on this. Now, I'd like to extend this a bit and would...
Hi @ruotianluo , I looked at the [coco-caption codebase](https://github.com/tylin/coco-caption). It seems that we need some modifications like `xrange` -> `range` etc., to port the code to Python-3. So, I'd like...
Hi, With a trained model checkpoint, I evaluated it on a set of 'test' sentences. In the result, I get some `` tokens in translated sentences. Now, I'd like to...