Thilo von Neumann

Results 124 comments of Thilo von Neumann

I found a hacky way to make captured functions pickleable and keep the config/run/... attributes. I'm really not sure if something like this should be done or whether it bears...

I don't know of any race conditions that are not handled. The `FileStorageObserver` has code to handle simultaneous creation of run dirs from different threads/processes and each run uses a...

Hi @alex-van-vliet! Thanks for reporting. From your description, this can also happen for a smaller `run_entry`, it just becomes more likely the longer it takes to serialize. I think the...

I've never had this issue, and I'm not in a poetry environment. Can you further track down the issue? It looks like a module doesn't have a `__file__` attribute. I...

I agree this would be a good feature. I'm not that familiar with dependency gathering, but I think that it shouldn't be too complicated. In general, I would recommend putting...

Yes, this totally makes sense now! I'll for now try to use your suggested workaround. I have two additional suggestions on what can be done: ### 1. Add a flag...

That's really unfortunate. Do you have extremely large data in your `info.json`? Maybe it gets killed if the write for the heartbeat takes longer than processing the completed event. In...

I don't know the reason. It was introduced here: https://github.com/IDSIA/sacred/commit/95234cdf41b4be1ec2810980decf3ad76aaeb187 which seems to be addressing this issue: https://github.com/IDSIA/sacred/issues/273. I believe that there is no reason for the FileStorageObserver to hang...

Hi @gwf! No, there are unfortunately no updates on this. I would be happy to accept a PR for this feature but the link posted by @Qwlouse is the best/only...

That question is not so easy to answer (I myself had to think about it a bit) and could be a good starting point for a discussion. Pickle treats functions...