Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSome performance improvements #81
Conversation
This comment has been minimized.
This comment has been minimized.
Hi Dmitriy ! Thanks for this PR. |
This comment has been minimized.
This comment has been minimized.
In my current case it is ~5-7%. But I've observed cases when it is much higher. I found disabling threading is particularly useful when using torch multiprocess data loaders. |
This comment has been minimized.
This comment has been minimized.
Also note that latest commit brings back png, wepb, jpeg reading with PIL. Your latest changes caused incorrect data loading (I found it as |
7e59d1d
to
8f92f14
This comment has been minimized.
This comment has been minimized.
Thanks Dmitryi for this regression report. Just fixed. On the performance improvments, on the other side, i'm still unable to reproduce any significative results, on training. Looks like i'm more benching some inner cache ^^ Feel free to push more information on your own way to reproduce it, and about the kind of hardware you use. On a more broader comment, i believe more in our ability to significantly enhance performances with #82 and #10 |
This comment has been minimized.
This comment has been minimized.
I run all the experiments on nvidia DGX-2. Reported performance improvement is for spacenet dataset and building detection. |
dselivanov commentedNov 6, 2019
see commit messages