We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Kindly fix your jupyter notebook tensorflow_object_detection_training_colab.ipynb
After
!git clone --quiet https://github.com/tensorflow/models.git
do
%cd /content/models !git checkout r1.13.0 %cd ../..
The text was updated successfully, but these errors were encountered:
I also needed to add
%tensorflow_version 1.x At the top of the notebook. Otherwise slim is found but contrib is not as the installed version of tensorflow was 2.3.0
%tensorflow_version 1.x
slim
contrib
tensorflow
2.3.0
Sorry, something went wrong.
No branches or pull requests
Kindly fix your jupyter notebook tensorflow_object_detection_training_colab.ipynb
After
do
The text was updated successfully, but these errors were encountered: