-
Notifications
You must be signed in to change notification settings - Fork 45.3k
Remove unused g3 dependency. #2636
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
Merged
Merged
Conversation
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
nealwu
approved these changes
Oct 31, 2017
sguada
pushed a commit
that referenced
this pull request
Feb 27, 2018
* Merged commit includes the following changes:
186565198 by Sergio Guadarrama:
Applied random_hsv_in_yiq in inception_preprocessing.
--
186501039 by Sergio Guadarrama:
Applied random_hsv_in_yiq in inception_preprocessing.
--
186013907 by Sergio Guadarrama:
Internal change
185715309 by Sergio Guadarrama:
Obviates the need for prepadding on mobilenet v1 and v2 for fully convolutional models.
--
184266252 by Sergio Guadarrama:
Give build_nasnet_*() functions an optional flag use_aux_head,
and add an internal-only arg scope to NasNetA*Cell._apply_drop_path().
--
183865228 by Sergio Guadarrama:
Internal change
179580924 by Sergio Guadarrama:
Internal change
177320302 by Sergio Guadarrama:
Internal change
177130184 by Sergio Guadarrama:
Make slim nets tests faster by using smaller examples of oversized inputs.
--
176965289 by Sergio Guadarrama:
Internal change
176585260 by Sergio Guadarrama:
Internal change
176534973 by Sergio Guadarrama:
Internal change
175526881 by Sergio Guadarrama:
Internal change
174967704 by Sergio Guadarrama:
Treat num_classes=0 same as None in a few slim nets overlooked by the recent
change.
--
174443227 by Sergio Guadarrama:
Internal change
174281864 by Sergio Guadarrama:
Internal change
174249903 by Sergio Guadarrama:
Fix nasnet image classification and object detection by moving the option to turn ON or OFF batch norm training into it's own arg_scope used only by detection
--
173954505 by Sergio Guadarrama:
Merge pull request #2651 from sguada/tmp1
Fixes imports
Closes #2636
ORIGINAL_AUTHOR=Jon Shlens <shlens@users.noreply.github.com>
COPYBARA_INTEGRATE_REVIEW=#2636 from tensorflow:sguada-patch-1 19ff570f52df5ab655c00fb439129b201c5f2dce
--
173928094 by Sergio Guadarrama:
Remove pending imports
--
PiperOrigin-RevId: 186565198
* Remove internal links.
robieta
pushed a commit
that referenced
this pull request
Feb 28, 2018
* Merged commit includes the following changes:
186565198 by Sergio Guadarrama:
Applied random_hsv_in_yiq in inception_preprocessing.
--
186501039 by Sergio Guadarrama:
Applied random_hsv_in_yiq in inception_preprocessing.
--
186013907 by Sergio Guadarrama:
Internal change
185715309 by Sergio Guadarrama:
Obviates the need for prepadding on mobilenet v1 and v2 for fully convolutional models.
--
184266252 by Sergio Guadarrama:
Give build_nasnet_*() functions an optional flag use_aux_head,
and add an internal-only arg scope to NasNetA*Cell._apply_drop_path().
--
183865228 by Sergio Guadarrama:
Internal change
179580924 by Sergio Guadarrama:
Internal change
177320302 by Sergio Guadarrama:
Internal change
177130184 by Sergio Guadarrama:
Make slim nets tests faster by using smaller examples of oversized inputs.
--
176965289 by Sergio Guadarrama:
Internal change
176585260 by Sergio Guadarrama:
Internal change
176534973 by Sergio Guadarrama:
Internal change
175526881 by Sergio Guadarrama:
Internal change
174967704 by Sergio Guadarrama:
Treat num_classes=0 same as None in a few slim nets overlooked by the recent
change.
--
174443227 by Sergio Guadarrama:
Internal change
174281864 by Sergio Guadarrama:
Internal change
174249903 by Sergio Guadarrama:
Fix nasnet image classification and object detection by moving the option to turn ON or OFF batch norm training into it's own arg_scope used only by detection
--
173954505 by Sergio Guadarrama:
Merge pull request #2651 from sguada/tmp1
Fixes imports
Closes #2636
ORIGINAL_AUTHOR=Jon Shlens <shlens@users.noreply.github.com>
COPYBARA_INTEGRATE_REVIEW=#2636 from tensorflow:sguada-patch-1 19ff570f52df5ab655c00fb439129b201c5f2dce
--
173928094 by Sergio Guadarrama:
Remove pending imports
--
PiperOrigin-RevId: 186565198
* Remove internal links.
davidsiaw
pushed a commit
to davidsiaw/tfmodels
that referenced
this pull request
Jul 18, 2018
* Merged commit includes the following changes:
186565198 by Sergio Guadarrama:
Applied random_hsv_in_yiq in inception_preprocessing.
--
186501039 by Sergio Guadarrama:
Applied random_hsv_in_yiq in inception_preprocessing.
--
186013907 by Sergio Guadarrama:
Internal change
185715309 by Sergio Guadarrama:
Obviates the need for prepadding on mobilenet v1 and v2 for fully convolutional models.
--
184266252 by Sergio Guadarrama:
Give build_nasnet_*() functions an optional flag use_aux_head,
and add an internal-only arg scope to NasNetA*Cell._apply_drop_path().
--
183865228 by Sergio Guadarrama:
Internal change
179580924 by Sergio Guadarrama:
Internal change
177320302 by Sergio Guadarrama:
Internal change
177130184 by Sergio Guadarrama:
Make slim nets tests faster by using smaller examples of oversized inputs.
--
176965289 by Sergio Guadarrama:
Internal change
176585260 by Sergio Guadarrama:
Internal change
176534973 by Sergio Guadarrama:
Internal change
175526881 by Sergio Guadarrama:
Internal change
174967704 by Sergio Guadarrama:
Treat num_classes=0 same as None in a few slim nets overlooked by the recent
change.
--
174443227 by Sergio Guadarrama:
Internal change
174281864 by Sergio Guadarrama:
Internal change
174249903 by Sergio Guadarrama:
Fix nasnet image classification and object detection by moving the option to turn ON or OFF batch norm training into it's own arg_scope used only by detection
--
173954505 by Sergio Guadarrama:
Merge pull request #2651 from sguada/tmp1
Fixes imports
Closes #2636
ORIGINAL_AUTHOR=Jon Shlens <shlens@users.noreply.github.com>
COPYBARA_INTEGRATE_REVIEW=tensorflow/models#2636 from tensorflow:sguada-patch-1 19ff570f52df5ab655c00fb439129b201c5f2dce
--
173928094 by Sergio Guadarrama:
Remove pending imports
--
PiperOrigin-RevId: 186565198
* Remove internal links.
Adrrei
pushed a commit
to Adrrei/models
that referenced
this pull request
Dec 16, 2018
* Merged commit includes the following changes:
186565198 by Sergio Guadarrama:
Applied random_hsv_in_yiq in inception_preprocessing.
--
186501039 by Sergio Guadarrama:
Applied random_hsv_in_yiq in inception_preprocessing.
--
186013907 by Sergio Guadarrama:
Internal change
185715309 by Sergio Guadarrama:
Obviates the need for prepadding on mobilenet v1 and v2 for fully convolutional models.
--
184266252 by Sergio Guadarrama:
Give build_nasnet_*() functions an optional flag use_aux_head,
and add an internal-only arg scope to NasNetA*Cell._apply_drop_path().
--
183865228 by Sergio Guadarrama:
Internal change
179580924 by Sergio Guadarrama:
Internal change
177320302 by Sergio Guadarrama:
Internal change
177130184 by Sergio Guadarrama:
Make slim nets tests faster by using smaller examples of oversized inputs.
--
176965289 by Sergio Guadarrama:
Internal change
176585260 by Sergio Guadarrama:
Internal change
176534973 by Sergio Guadarrama:
Internal change
175526881 by Sergio Guadarrama:
Internal change
174967704 by Sergio Guadarrama:
Treat num_classes=0 same as None in a few slim nets overlooked by the recent
change.
--
174443227 by Sergio Guadarrama:
Internal change
174281864 by Sergio Guadarrama:
Internal change
174249903 by Sergio Guadarrama:
Fix nasnet image classification and object detection by moving the option to turn ON or OFF batch norm training into it's own arg_scope used only by detection
--
173954505 by Sergio Guadarrama:
Merge pull request tensorflow#2651 from sguada/tmp1
Fixes imports
Closes tensorflow#2636
ORIGINAL_AUTHOR=Jon Shlens <shlens@users.noreply.github.com>
COPYBARA_INTEGRATE_REVIEW=tensorflow#2636 from tensorflow:sguada-patch-1 19ff570f52df5ab655c00fb439129b201c5f2dce
--
173928094 by Sergio Guadarrama:
Remove pending imports
--
PiperOrigin-RevId: 186565198
* Remove internal links.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.