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'm trying to train a DeepHiC model at 5kb resolution.
I used 1/16 downsampled GM12878 data as input and trained DeepHiC with default parameters. During training, I observed both loss_D and loss_G were not improved for a very long time. [400/1000] Loss_D: 0.0000 Loss_G: 0.0013 D(x): 1.0000 D(G(z)): 0.0000
I trained it for a very long time. It reached 0.0000, and 0.0013 around 100 epochs. The Best SSIM is ~0.901.
Here is an example of the prediction of a 180x180 window. Could you suggest how to update the parameters to train a better model or share a trained model at 5kb if you have one? It would be helpful if you could also share training plots such as loss v.s. epoch so I can compare it with mine.
Thanks!
The text was updated successfully, but these errors were encountered:
It looks like your reproduction of the paper went much smoother than mine, I'd like to ask you how you drew your SSMI and the example HiC plots, I didn't find the corresponding scripts in the project
Hello,
I'm trying to train a DeepHiC model at 5kb resolution.
I used 1/16 downsampled GM12878 data as input and trained DeepHiC with default parameters. During training, I observed both loss_D and loss_G were not improved for a very long time.
[400/1000] Loss_D: 0.0000 Loss_G: 0.0013 D(x): 1.0000 D(G(z)): 0.0000
I trained it for a very long time. It reached 0.0000, and 0.0013 around 100 epochs. The Best SSIM is ~0.901.
Here is an example of the prediction of a 180x180 window. Could you suggest how to update the parameters to train a better model or share a trained model at 5kb if you have one? It would be helpful if you could also share training plots such as loss v.s. epoch so I can compare it with mine.
Thanks!
The text was updated successfully, but these errors were encountered: