aimaaonline

Results 4 comments of aimaaonline

Yeah please guide me how to test the trained model. I have trained it on some data sets. But now i could not get how it will generate text or...

i got it.the only problem was, that inspite of python i used python3 because it is python 3.5 which is configured with tensorflow 1.0 + python3 sample.py --init_dir=output --start_text="The meaning...

In lstm.py import os os.environ["THEANO_FLAGS"] = "mode=FAST_RUN,floatX=float32" import theano.tensor as T

add this line of code in **sentences.py** from nltk.corpus import stopwords and in the function **def chsyn(s,trn):** ----ADD THIS LINE: cachedStopWords=stopwords.words("english")