wfondrie / depthcharge

A deep learning toolkit for mass spectrometry
https://wfondrie.github.io/depthcharge/
Apache License 2.0
61 stars 18 forks source link

Fix memory leak and minor refactor #9

Closed wfondrie closed 2 years ago

wfondrie commented 2 years ago

This PR attempts to fix the memory leak issue seen we've been having.

It also refactors the Spe2PepDataModule into a more general SpectrumDataModule making it easier to use.