27 August 2021 0 9K Report

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

More Tariq Sm's questions See All
Similar questions and discussions