-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: __init__() got an unexpected keyword argument 'dtype' #59
Comments
What line number and in which file does that error occur? |
i converted the sample |
This sounds like you're using an incompatible version of Keras. Unfortunately, Keras changes a lot between one version and the next. Since this is a relatively old repo, I'd suggest updating the yad2k package that is inside it. |
i trained a 1 class tiny yolo model on a custom dataset (https://github.com/experiencor/kangaroo) using this repo https://github.com/experiencor/keras-yolo2 and received the following error when performing coreml conversion
TypeError: __init__() got an unexpected keyword argument 'dtype'
The text was updated successfully, but these errors were encountered: