logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

nvidia-docker的配置及使用

docker的安装参考链接添加链接描述nvidia-docker的安装参考链接nvidia-docker的使用nvidia-docker run -it --shm-size=10g --runtime=nvidia -e NVIDIA_VISIBLE_DEVICE=0 nvcr.io/nvidia/tensorflow:20.03-tf2-py3#对应tensorflow 2.1.0版本nvid

#docker
Python深度学习--代码

书中的代码实现:https://github.com/fchollet/deep-learning-with-python-notebooks

torch遇到的错误

1 CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.For debugging consider passing CUDA_LAUNCH_BLOCKING=1.在代码中加入os.environ['CUDA_LAU

#深度学习#pytorch
conda创建环境时出现SSLError certificate错误

`An HTTP error occurred when trying to retrieve this URL.HTTP errors are often intermittent, and a simple retry will get you on your way.SSLError(MaxRetryError('HTTPSConnectionPool(host=\'mirrors.tuna

#python
到底了