首页
编程
java
php
前端
首页
编程
java
php
前端
AttributeError: module 'tensorflow._api.v1.random' has no attribute 'set_seed'
换set_random_seed(),这个是tf2才有的。
set__seed()是tf2.x版本的module。出现这个问题应该是你的tf版本为1.x,1.x版本为set_random_seed()
点击展开全文