Results 45 comments of Bin Wang

This patch increases the size of vocab a lot. I have a dataset of 16M. The origin code generates a vocab with size 230 but this code generates a vocab...

I just realize that my dataset is not UTF8. But this may break the support for other input stream than text. And the vocab generated from UTF8 dataset is also...

Thanks for taking a look. Is there any link for the issue of chewie_audio that I can check?

Check Dockerfile for dependency and build info. Feel free to contribute if you still see errors.

我之前也偶尔会遇到同样的问题,一般解决办法就是从 checkpoint 继续训练。

I also suspect the life cycle of `transactor` is the whole application, otherwise every time we `use` it it will also generate multiple threads. But what's the point to make...

@McSneaky I'd say it's very unsafe to give the permission 777. The user and group ID that is used to run the command in docker is 65532, so change all...

I found in the implementation #1462 , trailers are not sent with HTTP/1.1 . I'm not sure if I'm understanding the GRPC web protocol correctly but based on the doc:...