sidhomj / DeepTCR

Deep Learning Methods for Parsing T-Cell Receptor Sequencing (TCRSeq) Data
https://sidhomj.github.io/DeepTCR/
MIT License
110 stars 40 forks source link

Question about dropout rate #82

Open emm1R opened 1 year ago

emm1R commented 1 year ago

Hi. Is the dropout probability in Convolutional_Features() 0.0 when training the unsupervised model? If not, where is this probability defined?

And did I understand correctly that there is no pooling between layers?