开源中文书《TensorFlow 内核剖析》

栏目: 数据库 · 发布时间: 5年前

内容简介: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

MIT License


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

我看电商3:零售的变革

我看电商3:零售的变革

黄若 / 电子工业出版社 / 2018-4 / 49

在《我看电商3:零售的变革》之前,黄若先生的“我看电商”系列图书《我看电商》《再看电商》《我看电商2》,均为行业畅销书。黄若先生的图书有两大特如一是干货满满,二是观点鲜明。 “新零售”是眼下的热门词。在2017年里,数以万计的企业以“新零售”作为标识进入市场。但是社会上对“新零售“存在着各种模糊的定义和不尽相同的解读。 《我看电商3:零售的变革》中明确提出:新零售不应过分关注于渠道形式......一起来看看 《我看电商3:零售的变革》 这本书的介绍吧!

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具