Madhu009/Deep-math-machine-learning.ai

CNN end to end

Opened this issue · 1 comments

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".

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