GAMES-UChile / mogptk

Multi-Output Gaussian Process Toolkit
MIT License
161 stars 42 forks source link

Memory issues #48

Closed tdewolff closed 9 months ago

tdewolff commented 2 years ago

Check memory usage since it seems to use much more than expected. With N data points we'd expect a usage of about NxN for the kernel matrix (with large N).

tdewolff commented 9 months ago

See https://github.com/GAMES-UChile/mogptk/issues/61