# 训练神经网络时,使用tokenizer.fit_on_texts(df_train['Text'].values)时代码报错:AttributeError: 'float' object has no attribute 'lower'
原因:Nan
解决方法:增加fillna函数转换
https://blog.csdn.net/weijianm/article/details/101165904
安装whl文件
# Python error: the following arguments are required
# 执行 setup.py 提示 no commands supplied
# Cpython-bbox install in win 10
https://blog.csdn.net/weixin_41010198/article/details/94053130?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task
# 关于THC/THC.h: No such file or directory解决办法
pytorch在>=1.11版本中将THC/THC.h文件删除了,降低pytorch版本即可。