We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我用多gpu训练模型时,报了以下错误,我想要多gpu训练,还需要更改哪些呢 faster_rcnn\detection\utils\misc.py:53 calc_batch_padded_shape * return tf.cast(tf.reduce_max(meta[:, 6:8], axis=0), tf.int32).numpy()
AttributeError: 'Tensor' object has no attribute 'numpy'
The text was updated successfully, but these errors were encountered:
我改了一个多gup训练的版本,但只支持固定大小的输入
Sorry, something went wrong.
No branches or pull requests
你好,我用多gpu训练模型时,报了以下错误,我想要多gpu训练,还需要更改哪些呢
faster_rcnn\detection\utils\misc.py:53 calc_batch_padded_shape *
return tf.cast(tf.reduce_max(meta[:, 6:8], axis=0), tf.int32).numpy()
The text was updated successfully, but these errors were encountered: