1.查看显卡:
第一步:同时按下键盘的win+r键,输入cmd
第二步:随后输入
nvidia-smi
2.查看下载安装的包:
conda list
conda list
3.问题报错
PyTorch出现:RuntimeError: An attempt has been made to start a new process...报错
RuntimeError:
An attempt has been made to start a new process before the
current process has finished its bootstrapping phase.
This probably means that you are not using fork to start your
child processes and you have forgotten to use the proper idiom
in the main module:
if __name__ == '__main__':
freeze_support()