qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trained models in Tensorflow js

FahriBilici opened this issue · comments

Hello i trained yolov3 with this repo and converted to tensorflow js format with using tensorflowjs_converter. But when model loading it throw "Error: Unknown layer: Lambda. This may be due to one of the following reasons:" as error. What should I do?