zzh8829 / yolov3-tf2

YoloV3 Implemented in Tensorflow 2.0
MIT License
2.51k stars 905 forks source link

Using this model in Cloud TPU #364

Open mauricioCS opened 3 years ago

mauricioCS commented 3 years ago

Hi! I would like to ask if anyone here tried to use this Keras implementation to run YoloV3 in Cloud TPU? I tried to use this model with TPUStrategy and TPUEstimator, but it didn't work.