内容简介: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 fromYou should install f
TensorFlow Internals.
It is open source ebook about TensorFlow kernel and implementation mechanism, including programming model, computation graph, distributed training for machine learning.
Downloads
You can obtain full latex source files of TensorFlow Internals from https://gitlab.com/horance/tensorflow-internals
Install Tex
You should install full texlive packages.
- Ubuntu
$ sudo apt-get install texlive-full
- MacOS
Download MacTeX.pkg , and install it.
- Windowns
Download CTEX-full , and install it.
Install Missing Fonts
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.
- Ubuntu
$ sudo cp fonts/* /usr/local/share/fonts $ sudo fc-cache
- MacOS
Import all missing fonts into fontbook, then cache all fonts.
$ sudo fc-cache
- Windows
Copy the all missing fonts into C:/WINDOWS/Fonts, then cache all fonts.
$ fc-cache
Build
$ make
if you happen to Error begin with ?
, then press R
(not r
) and Enter
to continue.
Preview PDF
- Mac OSX
$ open output/tensorflow-internals.pdf
- Ubuntu
$ okular output/tensorflow-internals.pdf
if no okular installed, please install it.
$ sudo apt-get install okular
- Windows
open the file from directory tensorflow-internals/output
.
License
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 小米 9 开源内核代码,上市即开源
- 微软正式开源WSL 2的内核源码
- 一起玩转Linux内核之旅开源社区吧
- LinuxConsole 201发布,支持最新内核预装开源游戏
- 揭秘框架的本源:开源中文书「TensorFlow内核剖析」
- 小米盒子3内核代码已开源,坐等刷机包?
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++标准库(第2版)
Nicolai M. Josuttis / 侯捷 / 电子工业出版社 / 2015-6 / 186.00元
《C++标准库(第2版)》是全球C++经典权威参考书籍时隔12年,基于C++11标准的全新重大升级。标准库提供了一组公共类和接口,极大地拓展了C++语言核心功能。《C++标准库(第2版)》详细讲解了每一标准库组件,包括其设计目的和方法、复杂概念的剖析、实用而高效的编程细节、存在的陷阱、重要的类和函数,又辅以大量用C++11标准实现的实用代码范例。除覆盖全新组件、特性外,《C++标准库(第2版)》一......一起来看看 《C++标准库(第2版)》 这本书的介绍吧!