- 博客(3)
- 收藏
- 关注
原创 pandas版本导致错误‘DataFrame‘ object has no attribute ‘get_dtype_counts‘
复现代码使用get_dtype_counts()函数时出现如下错误‘DataFrame’ object has no attribute ‘get_dtype_counts’问题原因:我安装的pandas版本是1.1.1根据下文指出 pandas 0.25之后的版本后应该更改此命令为.dtypes.value_counts()更改后成功运行https://www.cjavapy.com/article/478/...
2020-09-08 23:16:55 3314
原创 jupyter虚拟环境import numpy出错 没找到指定模块 通过navigator解决
网上看了很多方法这里贴一个问题相关但我没用上的博文https://blog.csdn.net/MumuziD/article/details/105672799《使用jupyter切换子环境,以及导致的找不到指定模块和找不到指定的程序问题…》使用了上文的方法重新打开jupyter尝试导入numpy还是显示找不到指定模块解决方法打开anaconda navigator 在主界面从base环境切换到虚拟环境点击虚拟环境里的jupyter install在子环境的anaconda中启动jupy
2020-09-08 12:29:07 553
原创 WIN10 1660ti gpu caffe Unsupported gpu architecture ‘compute_90
编译caffe build_win.cmd出现这个问题需要修改caffe文件夹下cmake\cuda.cmake原因是gpu版本不支持cuda8.0卸载cuda8.0 安装cuda10.0参考博客 1.https://blog.csdn.net/u014629875/article/details/787043192.https://blog.csdn.net/xiakejiang/article/details/1010197093.https://blog.csdn.net/qq_37118
2020-07-22 17:27:22 421
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人