-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3322 Optimize performance of the astype usage in arrays #3338
Conversation
merge master
merge master
merge master
merge master
merge master
Signed-off-by: Nic Ma <nma@nvidia.com>
merge master
Signed-off-by: Nic Ma <nma@nvidia.com>
Signed-off-by: Nic Ma <nma@nvidia.com>
/black |
/build |
/build |
Signed-off-by: Nic Ma <nma@nvidia.com>
/black |
/build |
4861702
to
268a3f8
Compare
Signed-off-by: Nic Ma <nma@nvidia.com>
/black |
/build |
Signed-off-by: Nic Ma <nma@nvidia.com>
/build |
Signed-off-by: Nic Ma <nma@nvidia.com>
/black |
/build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for deepxx Transforms..
These ones are done over click points.. size of the array typically less than 20.. you might not notice big boost wrt optimization unless something similar done on full 3D label/image
Signed-off-by: Nic Ma <nma@nvidia.com>
/black |
/build |
Fixes #3322 .
Description
This PR optimized many
np.astype()
operations to avoid copy.Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests
.make html
command in thedocs/
folder.