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()