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
I am trying to run your framework on my own unlabeled dataset.
However, as I looked into your code of the unsupervised section, I see in your get_embedding() function implemented in the encoder, you use data.y where y is the dataset label, which I don't understand. How could the dataset of unsupervised learning be externally labeled?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run your framework on my own unlabeled dataset.
However, as I looked into your code of the unsupervised section, I see in your
get_embedding()
function implemented in the encoder, you usedata.y
wherey
is the dataset label, which I don't understand. How could the dataset of unsupervised learning be externally labeled?Thanks!
The text was updated successfully, but these errors were encountered: