You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During training every epoch has the error : TypeError: 'y' of 'Sub' Op has type float32 that doesn't match type int64 of argument 'x'
Also when I test the images, a huge number of bounding boxes appear all over the image with confidence greater than 97.
I had to change resize_images() to resize() and image_dim_ordering() to image_data_format() otherwise code doesn't work.
I'm using tensorflow version 2.3.0 on Colab, and testing model with stock classes or mobile phone, car and person.
Thank-you
The text was updated successfully, but these errors were encountered:
During training every epoch has the error : TypeError: 'y' of 'Sub' Op has type float32 that doesn't match type int64 of argument 'x'
Also when I test the images, a huge number of bounding boxes appear all over the image with confidence greater than 97.
I had to change resize_images() to resize() and image_dim_ordering() to image_data_format() otherwise code doesn't work.
I'm using tensorflow version 2.3.0 on Colab, and testing model with stock classes or mobile phone, car and person.
Thank-you
The text was updated successfully, but these errors were encountered: