Tensorflow入门

Posted Coding With you.....

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tensorflow入门相关的知识,希望对你有一定的参考价值。

1.在练习demo时发现没有导入matplotlib模块,在导入时遇到了raise ReadTimeoutError(self._pool, None, "Read timed out.") pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnec的问题,如图报错,解决方式也如图pip3 --default-timeout=100 install -U matplotlib。

接着报错You are using pip version 9.0.3, however version 20.1 is available. You should consider upgrading via the 'python -m pip,直接升级pip:python -m pip install --upgrade pip  

以上是关于Tensorflow入门的主要内容,如果未能解决你的问题,请参考以下文章

TensorFlow如何入门?

TensorFlow 从入门到精通:tensorflow.nn 详解

TensorFlow快速入门与实战

Android | TensorFlow2.0 入门1

《简单粗暴 TensorFlow》— 精简的 TensorFlow 入门指导

TensorFlow入门