horance-liu / tensorflow-internals
- воскресенье, 9 декабря 2018 г. в 00:15:54
TeX
It is open source ebook about TensorFlow kernel and implementation mechanism.
It is open source ebook about TensorFlow kernel and implementation mechanism, including programming model, computation graph, distributed training for machine learning.
You can obtain full latex source files of TensorFlow Internals from https://gitlab.com/horance/tensorflow-internals
You should install full texlive packages.
$ sudo apt-get install texlive-fullDownload MacTeX.pkg, and install it.
Download CTEX-full, and install it.
Then you should install some missing chinese fonts. Please download missing fonts from Gitlab.
$ git clone https://gitlab.com/horance/fonts.git
Then install all missing fonts.
$ sudo cp fonts/* /usr/local/share/fonts
$ sudo fc-cacheImport all missing fonts into fontbook, then cache all fonts.
$ sudo fc-cacheCopy the all missing fonts into C:/WINDOWS/Fonts, then cache all fonts.
$ fc-cache$ makeif you happen to Error begin with ?, then press R(not r) and Enter to continue.
$ open output/tensorflow-internals.pdf$ okular output/tensorflow-internals.pdfif no okular installed, please install it.
$ sudo apt-get install okularopen the file from directory tensorflow-internals/output.