language-brainscore / langbrainscore

[Marked for Deprecation. please visit https://github.com/brain-score/language for the migrated project] Benchmarking of Language Models using Human Neural and Behavioral experiment data
https://language-brainscore.github.io/langbrainscore/
MIT License
4 stars 1 forks source link

Implement finite-size caching of ANN encoder outputs #21

Closed aalok-sathe closed 2 years ago

aalok-sathe commented 2 years ago

**Actually, this may be the way to go: https://grantjenks.com/docs/diskcache/tutorial.html

..... This may be the way to go: https://cachetools.readthedocs.io/en/latest/#

aalok-sathe commented 2 years ago

the "finite-size" part is currently not implemented (and may be easier to deal with manually), but the rest of this issue is now implemented.