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
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
In your lm_design folder, there are two tasks - fixedbb and free_generation. For the first task, I want to change the weight for LinearProjectionDistogramModel to predict my proteins distance bins accurately. I tried to train the model on my protein data, with learning rate of 1e-2 using cce_loss (refer to your loss.py) between all [i, j] pairs in the predicted distogram and ground truth distogram. But didn’t get expected results.
So I hope to know the way you train the LinearProjectionDistogramModel, how you calculate the total loss and how to define the accuracy ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, thanks for your great work.
In your lm_design folder, there are two tasks - fixedbb and free_generation. For the first task, I want to change the weight for LinearProjectionDistogramModel to predict my proteins distance bins accurately. I tried to train the model on my protein data, with learning rate of 1e-2 using cce_loss (refer to your loss.py) between all [i, j] pairs in the predicted distogram and ground truth distogram. But didn’t get expected results.
So I hope to know the way you train the LinearProjectionDistogramModel, how you calculate the total loss and how to define the accuracy ?
The text was updated successfully, but these errors were encountered: