作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
美好的一天,
这是错误。有人可以帮我解决这个问题吗?
ImportError Traceback (most recent call last)
<ipython-input-18-c29f17706012> in <module>
7 import numpy as np
8 import numpy.random as nr
----> 9 from tensorflow import set_random_seed
10 import matplotlib.pyplot as plt
11 get_ipython().run_line_magic('matplotlib', 'inline')
ImportError: cannot import name 'set_random_seed' from 'tensorflow' (C:\Users\polon\Anaconda3\lib\site-packages\tensorflow\__init__.py)
在 Stack 上寻找类似的问题,但没有任何效果。
最佳答案
在Tensoflow2中不需要执行
from tensorflow import set_random_seed
为了运行
set_random_seed(x)
(与旧版本相同)
只需运行
import tensorflow
tensorflow.random.set_seed(x)
感谢@David Buck
关于python - 导入错误 : cannot import name 'set_random_seed' from 'tensorflow' (C:\Users\polon\Anaconda3\lib\site-packages\tensorflow\__init__. py),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58638701/
美好的一天, 这是错误。有人可以帮我解决这个问题吗? ImportError Traceback (most recent call las
我是一名优秀的程序员,十分优秀!