tobe

Results 152 comments of tobe

The function `index_to_string_table_from_tensor` is not export in Python API after moving to TensorFlow 2.x core. ``` def index_to_string_table_from_tensor(vocabulary_list, default_value="UNK", name=None): """Returns a lookup table that maps a `Tensor` of indices...

Thanks to the comments and `env LANG=C LC_ALL=C tpp examples/shell.tpp` works well for me.

Thanks @JokerQyou . You are right and `www.linuxprocess.com` is out-of-date now. I will change to so that everyone can read this in gitbook.

Thanks for reporting. @mymartin

The url has updated and you can find out the book in https://legacy.gitbook.com/book/tobegit3hub1/understanding-linux-processes/details . It seems Gitbook has upgraded and the link is invalid now.

Sorry about that and we don't have plan to translate in English. It may be done with ChatGPT or other LLM models for translation. Any contribution is welcome.

Nice catch and thanks @BearGrass . We should change to “进程号为1的进程并没有父进程,通过`ps -ef`查看可以发现PPID为0". Would you like to send the pull-request to fix that?

The answer is yes and thanks for your concern :heart: I will do it later and update this issue if I have something.

Releasing the binary is convenient for developers to use it without installing `go` or `docker. But each binary is platform related and we should compile for x86 and amd64 for...