hzi-bifo / RiboDetector

Accurate and rapid RiboRNA sequences Detector based on deep learning
GNU General Public License v3.0
96 stars 16 forks source link

Add model eval? #14

Closed dawnmy closed 2 years ago

dawnmy commented 2 years ago
self.model.eval()

https://github.com/hzi-bifo/RiboDetector/blob/5332d00d6c5b7e8e6191653c9fe7218bd5bee15b/ribodetector/detect.py#L172

dawnmy commented 2 years ago

Or in this line https://github.com/hzi-bifo/RiboDetector/blob/5332d00d6c5b7e8e6191653c9fe7218bd5bee15b/ribodetector/detect.py#L113