I am getting an error that I can't figure out when I run my neural network in Keras as soon as I introduce a class weight
问题 Model: "sequential" _________________________________________________________________ Layer (type) Output Shape Param # ================================================================= conv1d (Conv1D) (None, 35, 32) 96 _________________________________________________________________ batch_normalization (BatchNo (None, 35, 32) 128 _________________________________________________________________ dropout (Dropout) (None, 35, 32) 0 ______________________________________________________________