haotianteng / Chiron

A basecaller for Oxford Nanopore Technologies' sequencers
Other
122 stars 53 forks source link

Quastions about the datasets #106

Closed bellstwohearted closed 3 years ago

bellstwohearted commented 3 years ago

The tool is powerful, thanks for developing it! I have several questions:

Thank you very much~

haotianteng commented 3 years ago

The reason is that we break the whole read into chunks, the parameter control the length of the chunk is --sequence_len, default length for DNA is 400 for RNA is 2000, the reason we did this is because Tensorflow 1 use static graph compilation, so it creates RNN cells before the actual run, read in the whole length will run out of the GPU memory.