首页 > 其他 > 详细

关于TensorFlow2的tf.function()和AutoGraph的一些问题解决

时间:2019-10-26 19:06:05      阅读:705      评论:0      收藏:0      [点我收藏+]

在使用TensorFlow的AutoGraph的时候出现了一些问题,特此记录

AutoGraph did not convert this function. Try decorating it directly with @tf.function()
WARNING:  export AUTOGRAPH_VERBOSITY=10

是因为AutoGraph需要gast,而gast升级到了最新的0.3.2,所以解决方法也比较简单,把gast降下去

pip install gast==0.2.2

关于TensorFlow2的tf.function()和AutoGraph的一些问题解决

原文:https://www.cnblogs.com/flyuz/p/11744118.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!