hkrds1996 / SDEC

4 stars 3 forks source link

question regarding the script #2

Open mz3220 opened 5 months ago

mz3220 commented 5 months ago

Hello sir I have questions about the script:

-What is Flase means in the line below: Flase_y=np.zeros((self.batch_size,10)) ?

thank you.

hkrds1996 commented 5 months ago

It’s dimensions of the latest layer as graph

mz3220 commented 5 months ago

Thank you sir.

So since its the dimensions of the last layer, the 10 value represents the number of the clusters (the output of clustering)?

If you may, I have another question regarding the model layers. This is the plot of SDEC model summary that resulted from running the script: sdec_model The plot shows that the Loss layer (SConcatenate) is not connected to the clustering layer. Is that correct? or there should be some link between the loss layer and the clustering layer?

Thank you for your time, I appreciate it.