moose icon indicating copy to clipboard operation
moose copied to clipboard

Implement `NumpyStorage` module

Open mortendahl opened this issue 2 years ago • 4 comments

Implement a relatively simple storage module in moose_modules that can load and save .npy files. Implementation can assume that the target use cases for now are OSS and benchmarking.

mortendahl avatar Mar 04 '22 13:03 mortendahl

@kkloberdanz I can't remember if you said you'd work on this one?

mortendahl avatar Mar 04 '22 13:03 mortendahl

I was planning on doing this one. I was thinking I would pick it upright after getting some benchmarking numbers, but if we want it sooner, I can certainly prioritize this one.

kkloberdanz avatar Mar 04 '22 14:03 kkloberdanz

if we want it sooner, I can certainly prioritize this one

Thanks @kkloberdanz. Benchmarking is higher priority!

mortendahl avatar Mar 04 '22 16:03 mortendahl

https://github.com/tf-encrypted/runtime/pull/938

kkloberdanz avatar Mar 10 '22 21:03 kkloberdanz