JasonForJoy / IMN

CIKM 2019: Interactive Matching Network for Multi-Turn Response Selection in Retrieval-Based Chatbots
86 stars 12 forks source link

The process get stuck after python eval.py #15

Closed Ailing-Zou closed 4 years ago

Ailing-Zou commented 4 years ago

Hi, I have run ' bash douban_train.sh ' , I get some results like
image

Then the process get stuck after I run ' bash douban_test.sh ' , image There is no reason to be stuck because the next line is
'test_dataset = data_helpers.load_dataset(FLAGS.test_file, vocab, FLAGS.max_utter_len, FLAGS.max_utter_num, response_data) print('test_pairs: {}'.format(len(test_dataset)))'

Ailing-Zou commented 4 years ago

I reloaded this whole process and it begins again.

JasonForJoy commented 4 years ago

@Ailing-Zou The codes were all tested under the Ubuntu system 16.04.3, tensorflow-gpu 1.4.0 and python 2.7. Maybe you should check it again.

KJGithub2021 commented 11 months ago

@Ailing-Zou The codes were all tested under the Ubuntu system 16.04.3, tensorflow-gpu 1.4.0 and python 2.7. Maybe you should check it again.

@JasonForJoy Does that mean that this model would be very slow or have problems running on a windows machine ?