FlorentF9 / DeepTemporalClustering

:chart_with_upwards_trend: Keras implementation of the Deep Temporal Clustering (DTC) model
MIT License
220 stars 58 forks source link

Loss interpretation #28

Open sajinpgupta opened 2 years ago

sajinpgupta commented 2 years ago

Hi, Isnt the order of losses like loss[0] is reconstruction loss, loss[1] clustering loss and loss[2] heatmap loss looking at the compile function for loss?

The below order in the code looks incorrect. Please confirm logdict['L'] = loss[0] logdict['Lr'] = loss[1] logdict['Lc'] = loss[2]