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

CNN end to end #4

Open
shantanuo opened this issue Dec 8, 2018 · 1 comment
Open

CNN end to end #4

shantanuo opened this issue Dec 8, 2018 · 1 comment

Comments

@shantanuo
Copy link

I tried the page at Meetups_Notebooks/CNN_End2End/CatsvsDogs.ipynb, but got an error while creating the function "convert_to_tflite". The error is thrown on this line...

converter = tf.contrib.lite.TocoConverter.from_frozen_graph(path+'frozen_catsVSdogs45.pb', ['Input'], ['Softmax']])

May be you have a extra "]" at the end after "softmax".

@Madhu009
Copy link
Owner

Madhu009 commented Dec 8, 2018

yes that was because of extra bracket, remove it and it will will

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