Alex Makelov
Alex Makelov
Hi! Can you provide an example causing this behavior?
I see - unfortunately, this is (currently) the expected behavior, because class methods are not supported by `@op`. This is because `mandala` is (currently) based around a "functional" style -...
Thanks @etep for reporting this. I see several separate things discussed here that I'll respond to individually: - the large objects bug: I propose automatically using an overflow directory to...
[e6422b1](https://github.com/amakelov/mandala/commit/e6422b18226ab67d57d9c5faa3507a3fee17779e) added a preliminary functionality to store large values in joblib files as opposed to SQLite. Here's a small example: ```python storage = Storage(db_path='test.db', overflow_dir='overflow/', overflow_threshold_MB=10) @op def make_array(n: int)...
Hi! Can you be more specific about the problem you encounter? Assuming it's about the tracking of large global variables - there is a fix now (though it could be...
Hi - sorry for missing this the first time! I don't have time to do a deep dive on this, but I can point out some things that might help....