Skip to content

Commit

Permalink
fixing bugs when trans to TF1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesShang committed Mar 7, 2017
1 parent cc4f6a3 commit 27e4a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/roi_pooling_layer/roi_pooling_op_grad.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import tensorflow as tf
from tensorflow.python.framework import ops
import roi_pooling_op

@ops.RegisterGradient("RoiPool")
def _roi_pool_grad(op, grad, _):
Expand Down

0 comments on commit 27e4a78

Please sign in to comment.