Christos Tsirigotis

Results 9 comments of Christos Tsirigotis

I have not managed this yet. I will rework some internals when we run in multi-node case because I suspect that spawning subprocesses in a host from MPI processes does...

It will not work. [Ref](https://github.com/mila-udem/platoon/issues/10)

I see that fetching is certainly done properly at the end of the epoch with `_lib.utils.convert_to_numpy` function. Then, using `.detach()` instead of `.item()` in model plugin implementation is sufficient I...

I have implemented it a solution, with a function `nested_detach` and apply it to the per routine isolated results. I will make PR soon. So now the user should, either...

I have refactored lots of stuff to comply with all things intented (incl. isolating a routine's contribution to losses and results and reporting them prefixed to `all_epoch_losses` - which I...

Btw as of now I am familiar with the whole codebase

To ensure that an experiment is reproducible with a specific seed, regardless if it was interrupted and resumed at some point or not.

Do you have any plans on releasing the code for this particular experiments? I am having hard time reproducing its results…

I have noticed the same.. how can we skip evaluating on it? shall the leaderboards be updated?