hollance / YOLO-CoreML-MPSNNGraph

Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.
MIT License
935 stars 252 forks source link

AttributeError: module 'tensorflow' has no attribute 'concat_v2' #65

Closed kaublezw closed 3 years ago

kaublezw commented 3 years ago

Trying to convert a Tiny Yolo v4 model to Kiras using a Google Colab environment and getting the following error: AttributeError: module 'tensorflow' has no attribute 'concat_v2'

Ran this command: !python3 yad2k.py -p ../yolov4-tiny-custom.cfg ../yolov4-tiny-custom_best.weights model_data/tiny-yolo-voc.h5

hollance commented 3 years ago

This is not the right place to ask that question. This repo only supports TinyYOLOv2, and the old versions of Keras and TF. Perhaps you can ask in the YAD2K project.