Ma-Dan / keras-yolo4

A Keras implementation of YOLOv4 (Tensorflow backend)
MIT License
381 stars 175 forks source link

Lambda laye not compatible in tf2+ #18

Closed robbebluecp closed 4 years ago

robbebluecp commented 4 years ago

in tf2+, Lambda layer could not be used anymore, is there any solution to solve the issue especially th error:
ValueError: tf.function-decorated function tried to create variables on non-first call.