Closed escorciav closed 5 years ago
Showcase the operation with a colab notebook.
This may not run because of #4 . In case you are eager to see it in action, a quick-fix would be:
roi_pooling.functions.roi_pooling.py
Dtype(argmax_data)
int
Showcase the operation with a colab notebook.
This may not run because of #4 . In case you are eager to see it in action, a quick-fix would be:
roi_pooling.functions.roi_pooling.py
by replacingDtype(argmax_data)
byint
on the lines mentioned in #4 .