想在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对应版本
嗯,你把报错,还有你用的哪个教程你发给我
这应该不是问题、不用管