There are no operators in the program to be executed 可能的原因
使用paddle框架import paddle.fluid as fluidimport numpy as np# Creates a variable with fixed size [3, 2, 1]# User can only feed data of the same shape to xx = fluid.data(name='x', shape=[3, 2, 1], dtype='float32')# Creates a variable with changable batc
原创
2020-07-14 10:57:12 ·
2121 阅读 ·
4 评论