Muhammad Sohaib Arif

Results 5 comments of Muhammad Sohaib Arif

Right now, no. It is using the slim library which has been removed from tensorflow 2.0. Unfortunately the same issue exists with Tensorflow Object Detection API. I have been trying...

Hi, I was supposed to update this code to work with tensorflow 1.9 but I have been extremely busy lately. If you are using an older version of tensorflow, I...

sorry for the late reply. I forgot to add the create_lexicon function earlier. You need to run this to create the lexicon before running the neural_net.py

Did you try using the tensorflow Dataset API? https://www.tensorflow.org/api_docs/python/tf/data/Dataset I haven't updated the repo in a while but I will try to convert this project over to that soon.