Open JestinGe0 opened 4 years ago
Hi, im getting this error "when checking target: expected dense_6 to have shape (4,) but got array with shape (5,)" while running code:
model_log = model.fit(x_train, y_train, validation_data=(x_val, y_val), epochs=200, batch_size=50, callbacks=[tensorboard, lr_schedule])
why this happen?? could anyone solve it???
Same error!
Hi, im getting this error "when checking target: expected dense_6 to have shape (4,) but got array with shape (5,)" while running code:
model_log = model.fit(x_train, y_train, validation_data=(x_val, y_val), epochs=200, batch_size=50, callbacks=[tensorboard, lr_schedule])
why this happen?? could anyone solve it???