本文主要是介绍import tensorflow报错TypeError: unhashable type: ‘list‘,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
import tensorflow报错
from tensorflow.python.autograph.core.ag_ctx import control_status_ctx # line: 34
…
–> 215 all_params = set(params)
216 if len(all_params) < len(params):
217 new_params = []
TypeError: unhashable type: ‘list’
网上看到说python3.9和tensorflow2.17.0不兼容,换成python3.11就好了
参考
这篇关于import tensorflow报错TypeError: unhashable type: ‘list‘的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!