-
Notifications
You must be signed in to change notification settings - Fork 45.5k
Remove useless fields in resnet_model #4110
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
Conversation
Refer to commit "use reduce_mean instead of Average Pooling"(d5663b3), "second_pool_size" and "second_pool_stride" no longer needed in resnet_model
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
Looks good. Once the CLA is in I'll approve. |
Check CLA |
CLAs look good, thanks! |
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
* 'master' of https://github.com/tensorflow/models: (404 commits) official/mnist: Updates with the release of TensorFlow 1.8. Internal changes to slim and object detection (tensorflow#4100) catch cpuinfo ImportError (tensorflow#4138) [samples/core/get_starter/eager]: Update with API simplifications in 1.8 Add vincentvanhoucke as owner for research/marco Add marco subdirectory to README.md Create request.json Create jpeg2json.py Fix width / height. Create README.md Add new import paths to mnist_tpu.py (tensorflow#4133) fix model call (tensorflow#4132) Remove useless fields in resnet_model (tensorflow#4110) official/mnist: Add input_shape parameter to initial layer (tensorflow#4104) (tensorflow#4118) Increase minimum TF version for DEFINE_enum and rename variable mappings for change to RNN variable names. (tensorflow#4123) fix import errors Minor update the resnet runloop. (tensorflow#4113) Two new plot-generating scripts and changes in support of the ICLR poster. (tensorflow#4092) Add export savedmodel to wide_deep (tensorflow#4041) Fix 2 typos ...
Refer to commit "use reduce_mean instead of Average Pooling"(d5663b3), "second_pool_size" and "second_pool_stride" no longer needed in resnet_model
Refer to commit "use reduce_mean instead of Average Pooling"(d5663b3), "second_pool_size" and "second_pool_stride" no longer needed in resnet_model