I have applied model of convLSTM AutoEncoder for anomaly detection in acoustic data. But it is showing this much high loss. I have tried different steps to reduce it down, but no success
MY MODEL:
ENCODER::4*conv2D (Filters: 256, 128, 64, 32)
CONVLSTM::3*convLSTM(Filters: 128, 64, 128)
DECODER::4*conv2DTranspose(Filters: 256, 128, 64, 32)
Kindly guide me in this regard