-
Notifications
You must be signed in to change notification settings - Fork 268
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
NameError: name 'transform_matrix_offset_center' is not defined #85
Comments
I had the same problem, and when I added the following function definition which is from keras.preprocessing.image.ImageDataGenerator, the error was fixed. def transform_matrix_offset_center(matrix, x, y): Traceback (most recent call last): |
I've solved this problem, but I'm sorry. I forgot how to solve it at that time. As I recall, you maybe install keras 2.1.6 or check keras-contrib is right. if you do this ,you cant solve it .you can add my wechat: zm2634039766 |
i meet this question
NameError: name 'transform_matrix_offset_center' is not defined
please help me
The text was updated successfully, but these errors were encountered: