-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regarding Loss Function using ground truth labels in linear_loss part #89
Comments
Hey Sonal, thats okay because theres a detach and clone before the linear
loss. Its basically just an entirely separate probe component whose
gradients dont alter the training of the unsupervised components.
…On Wed, Jan 10, 2024 at 1:42 AM Sonal Kumar ***@***.***> wrote:
Hello there,
Please let me know if I'm wrong. In the train_segmentation.py, the loss
function includes two extra loss functions, i.e., linear_loss and
cluster_loss. For unsupervised training, the cluster_loss seems okay, but
the linear_loss uses the ground truth labels. Is it the case or I'm getting
it wrong? Please help me.
Thanks in advance.
—
Reply to this email directly, view it on GitHub
<#89> or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRIKPPBI2BLGJEU3TT4EYTYNYZ4RBFKMF2HI4TJMJ2XIZLTSOBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJLJONZXKZNENZQW2ZNLORUHEZLBMRPXI6LQMWBKK5TBNR2WLJDUOJ2WLJDOMFWWLLTXMF2GG2C7MFRXI2LWNF2HTLDTOVRGUZLDORPXI6LQMWSUS43TOVS2M5DPOBUWG44SQKSHI6LQMWVHEZLQN5ZWS5DPOJ42K5TBNR2WLKJUGY3TCNBSHEZDLAVEOR4XAZNFNFZXG5LFUV3GC3DVMWVDEMBXGM3TAMZRGAYKO5DSNFTWOZLSUZRXEZLBORSQ>
.
You are receiving this email because you are subscribed to this thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
|
I am also confused. The |
Hello there,
Please let me know if I'm wrong. In the train_segmentation.py, the loss function includes two extra loss functions, i.e., linear_loss and cluster_loss. For unsupervised training, the cluster_loss seems okay, but the linear_loss uses the ground truth labels. Is it the case or I'm getting it wrong? Please help me.
Thanks in advance.
The text was updated successfully, but these errors were encountered: