TensorFlow2使用AutoGraph时出现关于gast的一个warning
生活随笔
收集整理的這篇文章主要介紹了
TensorFlow2使用AutoGraph时出现关于gast的一个warning
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
在用tf.keras的model訓練數據使,貌似用到了TensorFlow的AutoGraph,出現了warning?
WARNING:tensorflow:Entity <function Function._initialize_uninitialized_variables.<locals>.initialize_variables at 0x00000132B75C4D38> could not be transformed and will be executed as-is. Please report this to the AutoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: module 'gast' has no attribute 'Num'按照github上的說法,AutoGraph需要gast,而gast升級到了最新的0.3.2,所以解決方法也比較簡單,把gast降到0.2.2:
pip install gast==0.2.2?
總結
以上是生活随笔為你收集整理的TensorFlow2使用AutoGraph时出现关于gast的一个warning的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 奇瑞小蚂蚁,国内轻量化的“标杆”
- 下一篇: html表格展开明细,Element-u