Rui Yan

Results 1 comments of Rui Yan

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): o_x = float(x) / 2...