【发布时间】:2018-11-27 12:35:13
【问题描述】:
我在测试自定义运算符时遇到了 infer_shape 错误。
错误信息:
Error in <my_operator_name>.infer_shape: Traceback (most recent call last):
File "~/anaconda2/envs/mx110-py27/lib/python2.7/site-packages/mxnet/operator.py", line 658, in infer_shape_entry
array('I', rshape[i])),
TypeError: an integer is required
以前有人遇到过同样的问题吗?谢谢!
【问题讨论】: