Open suraj123 opened 2 years ago
Meet the same problem, tf2.5 in my local laptop works fine but colab use tf2.8 which generates totally random results.
agree!I used tf2.8 to run this project,but some errors emerged like "ValueError: Tried to convert 'shape' to a tensor and failed. Error: None values not supported" .
Hi,
I ran this model on a custom dataset TF2.0 CPU and TF2.7GPU. Got good results on test data for object detection on TF2.0 but TF2.7 GPU results are totally bad. Not a single object was identified after same number of epochs. Is it because MRCNN model is not ported to TF2.7 as yet.