results = model.fit( X_train, y_train.T, epochs= training_epochs, validation_data = (X_test, y_test.T), verbose = 0 )