haigh1510
haigh1510
Error description: `TypeError: sequence item 0: expected str instance, int found`
https://github.com/YunYang1994/TensorFlow2.0-Examples/issues/90
Hi, I think that `axis=(1,2,3)` should be specified in `np.sum` here https://github.com/YunYang1994/TensorFlow2.0-Examples/blob/f99fcef22caa2758b5eefce10ee789384345506d/4-Object_Detection/RPN/train.py#L106 and here https://github.com/YunYang1994/TensorFlow2.0-Examples/blob/f99fcef22caa2758b5eefce10ee789384345506d/4-Object_Detection/RPN/train.py#L113