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.
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
Port TensorFlow implementation of the
RandomCrop
layer #493Port TensorFlow implementation of the
RandomCrop
layer #493Changes from 1 commit
7740d17
0d60c8b
efb57ff
77aa7a3
72edc5f
963dc14
5487542
43072cb
7e4801f
5325130
f4dcd27
c02afb2
2446143
2b6a051
5848536
e6296a2
3c7cf5b
b030c49
8eccb03
dce17bb
ff9ebdd
ba82b84
f92571c
8bc71a7
16e4b3a
8316c2a
4f2d6d7
ff9fb6c
75d6b7f
d0f2bb2
b9162d9
5f8a571
9694bc2
5b32b46
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
To avoid an eager performance overhead, please move this to a method,
_randomly_crop_inputs
(otherwise redefining the function at each execution is slow)