Skip to content
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

master branch of tensorflow/models doesn't have slim #36

Open
maxpaynestory opened this issue Nov 11, 2020 · 1 comment
Open

master branch of tensorflow/models doesn't have slim #36

maxpaynestory opened this issue Nov 11, 2020 · 1 comment

Comments

@maxpaynestory
Copy link

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 ../..
@estasney
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants