“ComplexWarning: Casting complex values to real discards the imaginary part ” when making predictions (Tensorflow/keras)

后端 未结 0 1656
小蘑菇
小蘑菇 2020-12-03 04:05

I have this model:

def get_model():
model = Sequential()
model.add(Conv2D(32, kernel_size=(2, 2), strides=(2, 2), padding="valid", input_shape=(20,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题