display_tf_code(scaled_elu)报错

来源:3-8 @tf.function函数转换

慕码人3491233

2019-09-26

display_tf_code(scaled_elu)

AssertionError: Bad argument number for Name: 3, expecting 4

请问老师这个error怎么解决?

备注:

同样这句话在运行

%timeit scaled_elu(tf.random.normal((1000,1000)))
%timeit scaled_elu_tf(tf.random.normal((1000,1000)))

的时候warning里面也有,但是能运行出结果不是error。

写回答

2回答

weibo_我爱自然爱非洲_0

2019-11-29

解决方法:

pip install -U gast==0.2.2

1
0

正十七

2019-10-24

同学你好,抱歉回复的有些迟了,问题太多所以漏掉了。

我无法复现你的bug,请问你的tf版本是什么呢?有没有照着git上的代码直接运行一下试试?

0
1
weibo_我爱自然爱非洲_0
老师,我也是一样的问题,tf版本没有问题,只要用tf.function 就会有下面这些warning提示: WARNING:tensorflow:Entity could not be transformed and will be staged without change. Error details can be found in the logs when running with the env variable AUTOGRAPH_VERBOSITY >= 1. Please report this to the AutoGraph team. Cause: Unexpected error transforming . If you believe this is due to a bug, please set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output when filing the bug report. Caused by: Bad argument number for Name: 3, expecting 4
2019-11-29
共1条回复

Google老师亲授 TensorFlow2.0 入门到进阶

Tensorflow2.0实战—以实战促理论的方式学习深度学习

1849 学习 · 896 问题

查看课程