nlp_xiaojiang/ChatBot/chatbot_search
yongzhuo 977e93701f
修复 numpy warning问题
RuntimeWarning: invalid value encountered in true_divide matrix_org_norm = (matrix_org / np.sqrt((matrix_org ** 2).sum(-1))[..., np.newaxis]).astype(numpy_type)
2019-07-02 23:26:18 +08:00
..
__init__.py Add files via upload 2019-04-09 15:26:07 +08:00
chatbot_fuzzy.py Add files via upload 2019-04-09 15:26:07 +08:00
chatbot_sentence_vec_by_bert.py Add files via upload 2019-05-12 14:34:21 +08:00
chatbot_sentence_vec_by_char.py 修复 numpy warning问题 2019-07-02 23:26:18 +08:00
chatbot_sentence_vec_by_word.py 修复 numpy warning问题 2019-07-02 23:26:18 +08:00