-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Add gaussian noise transform #6192 #6233
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
Closed
parth-shastri
wants to merge
44
commits into
pytorch:main
from
parth-shastri:add-gaussian-noise-transform
Closed
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
9be5e13
adds gaussian noise transform
parth-shastri 42952f6
adds gaussian noise transform
parth-shastri db9756a
Update torchvision/transforms/transforms.py
parth-shastri 05a52af
Update torchvision/transforms/transforms.py
parth-shastri c380281
Delete _C.pyd
parth-shastri 431a7e0
added GaussianNoise transform
parth-shastri 5fc7c85
adds the GaussianNoise transform
parth-shastri 179908b
adds GaussianNoise transform
parth-shastri 396abba
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri 5d8b0f7
fixes on the lint tests and the plot_transforms
parth-shastri 98e4e98
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri aa9b2e7
test
parth-shastri 223074f
test
parth-shastri a26ed67
Merge branch 'add-gaussian-noise-transform' of https://github.com/par…
parth-shastri 6d57443
fixes the plot_transforms bug
parth-shastri 1d1fbcd
Update torchvision/transforms/transforms.py
parth-shastri ff80571
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri 533e76f
Update gallery/plot_transforms.py
parth-shastri b8d98d7
Update test_transforms.py
parth-shastri 35ac3c9
update
parth-shastri 42d49ae
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri 74f92b1
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri 54234f9
Update test_transforms.py
parth-shastri 28fbd4b
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri 6a95453
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri 24804f6
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri b1bb81f
lint
parth-shastri e08c9c1
lint updated
parth-shastri 7fc04aa
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri 8a500fe
adds functional transforms, fixed sigma
parth-shastri 8b560fb
updated lint, adds functional transforms, fixed sigma
parth-shastri ac15585
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri 3a85c34
Update torchvision/transforms/functional_tensor.py
parth-shastri 5892695
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri e6b4e45
suggested changes
parth-shastri 58d525d
update
parth-shastri 021ecba
fixed docs
parth-shastri 5956088
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri 92d024f
Merge branch 'main' into add-gaussian-noise-transform
datumbox bfde863
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri dbc3e1a
Merge branch 'main' into add-gaussian-noise-transform
datumbox d18195b
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri a8d8137
fixes for random calls in functional transforms
parth-shastri 2f7f558
Merge branch 'main' into add-gaussian-noise-transform
parth-shastri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.