You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, nice code, but I'm confused about the training code of encoder. I think the training of encoder via CPC is unsupervised, however, you used some label information (made by original mnist dataset), which makes the training process supervised. Am I right?