uio-bmi / immuneML

immuneML is a platform for machine learning analysis of adaptive immune receptor repertoire data.
https://immuneml.uio.no
GNU Affero General Public License v3.0
60 stars 29 forks source link

bugfix: Compairr seq abundance memory #127

Closed LonnekeScheffer closed 2 years ago

LonnekeScheffer commented 2 years ago

remove memory-heavy instance variables from CompAIRRSequenceAbundance object, this massively decreases the memory usage when training ML models (when multiple encoder objects are made and stored in memory)

LonnekeScheffer commented 2 years ago

(found a test that doesn't pass, will fix now)

LonnekeScheffer commented 2 years ago

(fixed now)