Suggestions on autoencoder model with target labels #12242
Unanswered
Hackathorn
asked this question in
code help: CV
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Lit newbie with first post. Need help implementing...
I am working on method to assess quality of self-supervised learning using a synthetic dataset generator. Playing God, I know the target labels. Want to supplement reconstruction loss metrics with assessing label accuracy using pretrained encoder.
So, my initial plan is... Train AE encoder/decoder as normal. Then train classifier using the trained encoder.
Beta Was this translation helpful? Give feedback.
All reactions