tensorflow的api

来源:4-28 动手实现RNN-LSTM循环神经网络(四):编写实用方法(下)2

苏丛JS

2019-07-20

老师, 这个怎么只有1.1x的api?
https://www.tensorflow.org/api_docs/python/tf
很多东西都查不到好苦恼
查threading and queues结果404了
https://www.tensorflow.org/versions/r1.3/programmers_guide/threading_and_queues
是我查的姿势不对吗

后来又找了1.4, 结果就到这里来了
https://github.com/tensorflow/docs/tree/r1.4/site/en/api_docs
那个setup.py install后也没反应
我应该怎么办

写回答

1回答

Oscar

2019-07-21

因为 TensorFlow 的官网一直有在修改,所以有些 URL 会变动。

2.x Beta 的 API 在这里 https://www.tensorflow.org/versions/r2.0/api_docs/python/tf

 

threading and queues 可以看看这几个,你可以 Google 搜索,例如“TensorFlow threading and queues”

An introduction to TensorFlow queuing and threading

Threading and Queues

0
0

基于Python玩转人工智能最火框架 TensorFlow应用实践

机器学习入门,打牢TensorFlow框架应用是关键!

2214 学习 · 688 问题

查看课程