import librosa 执行时,报错:Exception has occurred: AttributeErrormodule ‘numpy‘ has no attribute ‘long‘ import librosa 执行时,报错:Exception has occurred: AttributeError module 'numpy' has no attribute 'long',
vscode 设置当前路径为 运行路径 1.【运行】- 【打开配置】{ // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Python: 当前文件", "type...
ubuntu18.04 与win10 启动项 修改 1.在ubuntu18.04 下,修改配置文件sudo nano /etc/default/grub2.将启动项改为2,2代表 win10修改前:GRUB_DEFAULT=0修改后GRUB_DEFAULT=23.保存文件后,更新配置sudo update-grub4.重启机器即可
win10 cuda版本确认 1. 进入命令行模式nvcc -V出现下列信息:(py36_torch16) C:\Users\lyc>nvcc -Vnvcc: NVIDIA (R) Cuda compiler driverCopyright (c) 2005-2018 NVIDIA CorporationBuilt on Sat_Aug_25_21:08:04_Central_Daylight_Time_2018Cuda compilation tools, release 10.0, V10.0....