This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Added comment to docs regarding ToTensor transform #12186
Merged
sandeep-krishnamurthy
merged 6 commits into
apache:master
from
thomelane:docs_transforms
Sep 18, 2018
Merged
Added comment to docs regarding ToTensor transform #12186
sandeep-krishnamurthy
merged 6 commits into
apache:master
from
thomelane:docs_transforms
Sep 18, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Corrected a race condition with stopping profiling. Added mx.nd.waitall to ensure all operations have completed, including GPU operations that might otherwise be missing. Also added alternative code for context selection GPU vs CPU, that had error before on machines with nvidia-smi.
lupesko
approved these changes
Sep 5, 2018
CI failure seems unrelated (ARMv7 build failure). Looping in @piiswrong and @zhreshold for review. |
@lupesko just re-triggered, thanks for heads up! |
@piiswrong @zhreshold @sandeep-krishnamurthy Could you please take a look at this PR? |
sandeep-krishnamurthy
approved these changes
Sep 18, 2018
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.
Thanks @thomelane
LGTM
anirudh2290
pushed a commit
to anirudh2290/mxnet
that referenced
this pull request
Sep 19, 2018
* Corrections to profiling tutorial Corrected a race condition with stopping profiling. Added mx.nd.waitall to ensure all operations have completed, including GPU operations that might otherwise be missing. Also added alternative code for context selection GPU vs CPU, that had error before on machines with nvidia-smi. * Adding note in documentation regarding ToTensor transform. * Removed line to fix lint error. * Change to start CI build
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added note in documentation regarding order of transforms.
User mentioned this in #10906.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes