Deep-math-machine-learning.ai icon indicating copy to clipboard operation
Deep-math-machine-learning.ai copied to clipboard

A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.

Results 2 Deep-math-machine-learning.ai issues
Sort by recently updated
recently updated
newest added

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

Thank you firstly for the tutorial I wanted to ask if it is possible to use the final embeddings to test out a word and return top 10 similar terms....