我已验证是否安装了Tensorflow (2.5.0版),但收到
AttributeError: module 'tensorflow.compat.v2.__internal__.tracking' has no attribute 'no_automatic_dependency_tracking'我试图找出是否需要一个较旧的版本,并研究如何修复这个问题,但我在这个特定属性上找到的信息很少。
发布于 2021-10-28 04:05:23
是的,你找不到你正在寻找的东西,因为它是一种方法,你可以在github repo for tensorflow中找到更多关于它的信息。只需转到定义该方法的位置。
https://stackoverflow.com/questions/69748139
复制相似问题