Results 3 issues of Joe Davison

Normally when using a custom tokenizer with torchtext fields, you can pass the tokenizer function to the `Field` constructor and then build a vocab attribute which keeps track of the...

It would be beneficial to have a way to extract the underlying MXNet module, similar to how a user can call `K.get_session()` with the TensorFlow backend. The global `_MODEL` object...