origo
origo
I am having the same problem.. - Created `virtualenv` for python3.6 with `` virtualenv -p `which python3.6` `` - Activated `virtualenv` with `. ./bin/activate` - Ran `pip install telegram` -...
Solution found! It seems the Emoji support was deprecated in `python-telegram-bot` V5.1, so in order to make it work you have to install V5.0 using `pip install python-telegram-bot==5.0`
@tylerlindell : I just submitted a PR to increase training speed of LSTMs significantly (tho not yet to where wikitext-103 training is plausible.. ) https://github.com/wagenaartje/neataptic/pull/89