gpt4 book ai didi

python - 如何删除关于使用 Word2vec gensim\matutils.py :737 的 gensim 警告

转载 作者:太空宇宙 更新时间:2023-11-04 06:43:30 26 4
gpt4 key购买 nike

我发现关于 word2vec.similarity() 的警告如下:

>d:\python\lib\site-packages\gensim\matutils.py:737: FutureWarning: Conversion of the second argument of issubdtype from `int` to `np.signedinteger` is deprecated. In future, it will be treated as `np.int32 == np.dtype(int).type`.
if np.issubdtype(vec.dtype, np.int):

我该怎么做才能删除此警告?

最佳答案

import warnings  
warnings.filterwarnings(action='ignore',category=UserWarning,module='gensim')
warnings.filterwarnings(action='ignore',category=FutureWarning,module='gensim')

关于python - 如何删除关于使用 Word2vec gensim\matutils.py :737 的 gensim 警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52072855/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com