Closed MondayZhou closed 3 years ago
There are lines of missing code for transforming ndarray into tensor. It will lead to an error: 遗漏了将ndarray转换成tensor的代码,导致在运行的时候报错:
TypeError: op Convolution expect type Tensor as inputs, got numpy.ndarray actually
All committers have signed the CLA.
LGTM. Thanks for your contribution! Could you sign the CLA?
Missing Code
There are lines of missing code for transforming ndarray into tensor. It will lead to an error: 遗漏了将ndarray转换成tensor的代码,导致在运行的时候报错: