
tensorflow
算法学习者
计算机各种知识学习笔记
展开
-
tensorflow git 包含多种算法模型的实现
https://github.com/carpedm20转载 2017-05-25 20:02:31 · 1227 阅读 · 0 评论 -
Automatic_Speech_Recognition
https://github.com/zzw922cn/Automatic_Speech_RecognitionAutomatic-Speech-RecognitionEnd-to-end automatic speech recognition system implemented in TensorFlow.Recent Updates Suppor转载 2017-06-18 19:29:50 · 5208 阅读 · 0 评论 -
Installing TensorFlow from Sources
Installing TensorFlow from SourcesThis guide explains how to build TensorFlow sources into a TensorFlow binary and how to install that TensorFlow binary. Note that we provide well-tested, pre-bu转载 2017-08-26 01:21:36 · 1383 阅读 · 0 评论 -
Install Bazel on Ubuntu
Supported Ubuntu Linux platforms:16.04 (LTS)14.04 (LTS)Install Bazel on Ubuntu using one of the following methods:Use our custom APT repository (recommended)Use the binary installerCompile转载 2017-08-26 01:22:53 · 2315 阅读 · 2 评论 -
TensorFlow 2.0高效开发指南
Effective TensorFlow 2.0为使TensorFLow用户更高效,TensorFlow 2.0中进行了多出更改。TensorFlow 2.0删除了篇冗余API,使API更加一致(统一RNNs, 统一优化器),并通过Eager execution更好地与Python集成。许多RFCs已经解释了TensorFlow 2.0带来的变化。本指南介绍了TensorFlow 2.0应...转载 2019-05-27 17:56:31 · 1105 阅读 · 0 评论