C 知道
想在windows上的ubuntu wsl中进行机器学习训练,但一直卡在这个界面。是出了什么问题吗? Your kernel may not have been built with NUMA support.terminate called after throwing an instance of 'std::bad_alloc' what():
收起
你这个用的是GPU,需要重新创建一个虚拟环境,以tf2.0为例:
conda create --name tf python=3 conda activate tf conda install cudatoolkit=10.0 tensorflow=2.0
其他版本参照链接https://www.tensorflow.org/install/source#linux ,其中CUDA版本则为cudatoolkit对应版本
报告相同问题?
程序员都在用的中文IT技术交流社区
专业的中文 IT 技术社区,与千万技术人共成长
关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!