Sylvain Desroziers

Results 92 comments of Sylvain Desroziers

Sorry for the delay ! First of all, many thanks for your fix ! I will check that asap and keep you in touch.

I think there are some others tests broken like this one in regression.

@sayantan1410 It would be great if you could look for others corrupted tests and fix them if you find any. I would say it's mainly in contrib/metrics/regression. You will just...

We already discussed a plan one week ago : (1) remove `mAR`, use one `max_det` (2) do a comparison with the original `pycocotools` implementation (3) do an api based on...

@gucifer It misses tests, from unitary to ddp.

I move to draft instead of PR. A lot of work remaining. Maybe it could worth to discuss, implement and test on our side to create a new clean PR....

Maybe it misses a link to https://PyTorch-ignite.ai Or maybe I missed it 😉

Maybe "Why Ignite" could be replaced by a sort of "How To" ? Although I think it can be removed if we extend the library short description. Otherwise it looks...

@kkarrancsu Thanks for your answer. In general, `idist.all_gather()` can be used as long as the call is made collectively by all the processes. Therefore, you can use this method to...