-
Notifications
You must be signed in to change notification settings - Fork 3
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
DeepHistone CNN model #41
Comments
Pytorch DataLoader tutorial: https://pytorch.org/tutorials/beginner/basics/data_tutorial.html when build DNN model in Pytorch, built independent block at__init__ function and assembly them in forward function pytorch tutorial: https://pytorch.org/tutorials/beginner/basics/quickstart_tutorial.html Summary of One layer CNN: https://www.coursera.org/learn/convolutional-neural-networks/lecture/nsiuW/one-layer-of-a-convolutional-network |
might need to increase histone bin size or decrease seq bin size? not 30 minutes for each epoch, can reduce training size for debuging reason |
test histone mark now but with very small bin size for example 1 |
change chromosome splitting as well |
Here i would like to use similar model as mention in DeepHistone paper
Input would be DNA sequence (one hot encode ) and histone marks
their code here:
https://github.com/QijinYin/DeepHistone
The text was updated successfully, but these errors were encountered: