-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Created using Colaboratory #846
base: master
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). For more information, open the CLA check for this pull request. |
I had some typo errors corrected in the markdown. |
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.
Thank you for fixing the typos!
It looks like the tool you used also stored some additional metadata that's not necessary to store. Could you revert these sections? It might be even easier to just take a fresh copy of the colab and fix the typos using an editor or command-line tool. Thank you!
@@ -1,5 +1,15 @@ | |||
{ | |||
"cells": [ | |||
{ |
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.
Could you remove that section again, please?
@@ -606,13 +615,15 @@ | |||
"name": "Object Detection Inference on TF 2 and TF Hub", | |||
"private_outputs": true, | |||
"provenance": [], | |||
"toc_visible": true | |||
"toc_visible": true, | |||
"include_colab_link": true |
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.
Please also remove these additions
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.
I'll, and created a pull request, thank you!
…ction_Inference_on_TF_2_and_TF_Hub.ipynb
I have tried removing those parts; I think it is linked to the open with colab linkage. |
It seems like the PR would currently try to add two new Colabs. Could you remove them and only modify the tf2_object_detection Colab by fixing the typos? |
I had a few changes in the markdown edited; just a few typo errors.