keras model not able to generalise
问题 Can you help me to find what wrong with my keras model, because it is overfitting since the second epoch. the following is the code: import random import pandas as pd import tensorflow as tf import numpy from sklearn.preprocessing import LabelEncoder from tensorflow.keras import backend as K import glob, os from sklearn.preprocessing import StandardScaler from sklearn.preprocessing import Normalizer class CustomSaver(tf.keras.callbacks.Callback): def on_epoch_end(self, epoch, logs={}): if(