cache-tlb

Results 1 comments of cache-tlb

I tried the following solution according to this: and it worked for me. First, remove the function `_roi_pool_shape` in `roi_pooling_op_grad.py`: ```python # @tf.RegisterShape("RoiPool") # def _roi_pool_shape(op): # """Shape function for...