ImportError Traceback (most recent call last)
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py in
63 try:
---> 64 from tensorflow.python._pywrap_tensorflow_internal import *
65 # This try catch logic is because there is no bazel equivalent for py_extension.
ImportError: DLL load failed: 找不到指定的模块。
During handling of the above exception, another exception occurred:
ImportError Traceback (most recent call last)
in
----> 1 import tensorflow as tf
ImportError: Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 64, in
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed: 找不到指定的模块。
for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
为什么我输入import tensorflow as tf 之后是这样子的......我已经安装过tensorflow了啊
ImportError Traceback (most recent call last)
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py in <module>
63 try:
---> 64 from tensorflow.python._pywrap_tensorflow_internal import *
65 # This try catch logic is because there is no bazel equivalent for py_extension.
ImportError: DLL load failed: 找不到指定的模块。
During handling of the above exception, another exception occurred:
ImportError Traceback (most recent call last)
<ipython-input-1-64156d691fe5> in <module>
----> 1 import tensorflow as tf
ImportError: Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 64, in <module>
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed: 找不到指定的模块。
Failed to load the native TensorFlow runtime.
See https://www.tensorflow.org/install/errors
for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
为什么我输入import tensorflow as tf 之后是这样子的......我已经安装过tensorflow了啊
完成:
1)6.1中实践题共3题,按题目要求分别保存和命名,如sy6-1-1.txt等,并提交到水杉码园。
2)6.2中实践题共1题,按题目要求分别保存和命名,如sy6-2-1.txt等,并提交到水杉码园。
3)6.3中实践题共3题,答案分别保持在:sy6-3-1.txt,sy6-3-1.py,sy6-3-2.py中,并提交到水杉码园。
这是为什么呢
hhh这里是要两个下划线(小丑竟是我自己
指这个,大家记得前后都是两个下划线
实践题,大家需要按照题目要求修改程序中的参数,最终以文字的形式表示出不同参数对结果的影响,即提交一个txt文本
神经元间的权重值怎么改啊
转达老师的话:以实践题第一个为例,希望大家能够体会到输入越多,神经元越多,隐藏层越多,从而效果越好。同时体会激活函数的差异。
ImportError Traceback (most recent call last)
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py in
63 try:
---> 64 from tensorflow.python._pywrap_tensorflow_internal import *
65 # This try catch logic is because there is no bazel equivalent for py_extension.
ImportError: DLL load failed: 找不到指定的模块。
During handling of the above exception, another exception occurred:
ImportError Traceback (most recent call last)
in
----> 1 import tensorflow as tf
ImportError: Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 64, in
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed: 找不到指定的模块。
Failed to load the native TensorFlow runtime.
See https://www.tensorflow.org/install/errors
for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
为什么我输入import tensorflow as tf 之后是这样子的......我已经安装过tensorflow了啊
没安装成功,稍等一下,我看看有什么好的解决方案。
tensorflow按照步骤装不成功怎么办
层与层之间的连线粗细表明权重值的大小
应该是点击某条线然后左键输入?
同问第3题的plane
plane是啥啊
problem type 选取Regession,旁边的数据类型就会默认为plane
安装前先删除之前的版本
pip uninstall tensorflow
修改镜像源
之后,查看版本
学校机房的我看了是4.8.2和3.7.3
所以再去安装对应版本的tensorflow,指定版本号
pip install tensorflow==2.0
在机房电脑亲测可行,
大家使用自己的电脑的话,百度去看一下用什么版本比较好。
plane是左边的
6.2.3实践题答案好像给错了,正确的如下