tensorflow-sentiment-analysis-and-data-read icon indicating copy to clipboard operation
tensorflow-sentiment-analysis-and-data-read copied to clipboard

sess.run() taking much time to run

Open sheshantsinha opened this issue 6 years ago • 1 comments

I am running data_read script on my own my computer(RAM-8GB,CPU version). I am using this script on my own data of size(4000,14) training data and (1000,14) testing data raw_tweet,label=sess.run([raw_tweet_op,label_op]) taking much time and not responding.

sheshantsinha avatar Jun 06 '18 06:06 sheshantsinha

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.

ArifSohaib avatar Jun 07 '18 16:06 ArifSohaib