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