Mask_RCNN
Mask_RCNN copied to clipboard
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
Hi every, a week ago, I trained my custom model as usually, but now it pop up this problem. I have tried change my tensorflow-gpu, keras, h5py,.. version as follow but nothing seem to work: tensorflow-gpu==1.15.0 keras==2.2.5/2.1.6 h5py==2.10.0
If you have encountered this problem, please help me. Thanks for advanced.
Traceback (most recent call last):
File "train.py", line 520, in
Have you solved this problem yet?