You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnknownError (see above for traceback): NameError: name 'xrange' is not defined
[[Node: PyFunc = PyFunc[Tin=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_STRING, DT_INT32, DT_INT32], Tout=[DT_FLOAT], token="pyfunc_0", _device="/job:localhost/replica:0/task:0/cpu:0"](Reshape_2/_83, rpn_bbox_pred/BiasAdd/_85, _arg_Placeholder_1_0_1, PyFunc/input_3, PyFunc/input_4, PyFunc/input_5)]]
I use python3.5 Anaconda ,and i have changed all "xrange" to "range", but i also meet this problem...And i don't know what happen...
I think i need some help...
Thanks!
The text was updated successfully, but these errors were encountered:
UnknownError (see above for traceback): NameError: name 'xrange' is not defined
[[Node: PyFunc = PyFunc[Tin=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_STRING, DT_INT32, DT_INT32], Tout=[DT_FLOAT], token="pyfunc_0", _device="/job:localhost/replica:0/task:0/cpu:0"](Reshape_2/_83, rpn_bbox_pred/BiasAdd/_85, _arg_Placeholder_1_0_1, PyFunc/input_3, PyFunc/input_4, PyFunc/input_5)]]
I use python3.5 Anaconda ,and i have changed all "xrange" to "range", but i also meet this problem...And i don't know what happen...
I think i need some help...
Thanks!
The text was updated successfully, but these errors were encountered: