摘要:
Check to see if your environment has already gain the HTTP and HTTPS proxies: echo http_proxy echo https_proxy If they do exist in your environment, r 阅读全文
摘要:
python -m ensurepip 阅读全文
摘要:
使用samila库可以生成美丽的图案, 例如: # pip install samila==1.1 or pip3 install samila==1.1 import matplotlib.pyplot as plt from samila import GenerativeImage # g = 阅读全文
摘要:
在Windows电脑上,为了避免系统崩溃,或是为了将相同的环境拷贝到其它电脑上在装好Anaconda环境之后克隆并使用,可以将 .conda 文件夹全盘打个压缩包存起来,再到另一个电脑上将它们与新装的替换掉。 例如,我的路径是 C:\Users\ezhar\.conda,我就直接把这个文件夹压缩了一 阅读全文
摘要:
查看环境变量是否已经配置好; 环境变量配置好应该是"Scripts"文件夹作为conda指令的根目录而不是别的,例如,我的环境变量配置路径如下: C:\Users\ezhar\anaconda3\Scripts 阅读全文
摘要:
确保下方指令运行有效: nvcc --version 进入指定虚拟环境下运行下方指令: conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch 参考来源 阅读全文
摘要:
Here is the prompt for refining grammar or word mistakes in a passage: Please check the grammar mistakes and misspelled vocabularies in the following 阅读全文