Train the data and after training, i am stuck how to test it and it don't shows any output.mean its don't respond to any question.
FISRT I CREAYTE DATA
python convert-text2dict.py raw_training_text.txt training
python convert-text2dict.py raw_test_text.txt --dict=Training.dict.pkl Test
python convert-text2dict.py raw_valid_text.txt --dict=Training.dict.pkl vailidation
first i run above three command then train the model
THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python train.py --prototype prototype_ubuntu_HRED > Model_Output.txt
BUT TRAING NOT STOP AND NOT GENERATE ANY MODEL .
I USEED THIS GITHUB CODE.
how are you ? fine thanks ! and you ?
what are you doing ? nothing much . are you serious ?
Train the data and after training, i am stuck how to test it and it don't shows any output.mean its don't respond to any question. FISRT I CREAYTE DATA python convert-text2dict.py raw_training_text.txt training python convert-text2dict.py raw_test_text.txt --dict=Training.dict.pkl Test python convert-text2dict.py raw_valid_text.txt --dict=Training.dict.pkl vailidation
first i run above three command then train the model THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python train.py --prototype prototype_ubuntu_HRED > Model_Output.txt BUT TRAING NOT STOP AND NOT GENERATE ANY MODEL . I USEED THIS GITHUB CODE.