qpzhao

Results 2 comments of qpzhao

> Unfortunately, the PyTorch implementation currently does not support CPU for inference. Thanks. But I use tensorflow implementation. Does tensorlfow implementation support CPU for inference?

https://github.com/tensorflow/tensor2tensor/issues/855#issuecomment-473559816 > It seems `encode()` in `data_generators/tokenizer.py` doesn't support Chinese. It cannot tokenize a Chinese sentence. > > The attached patch could make it support character based tokenization. > >...