摘要: 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 阅读全文
posted @ 2023-11-30 17:20 艾孜尔江 阅读(36) 评论(0) 推荐(0) 编辑
摘要: python -m ensurepip 阅读全文
posted @ 2023-11-09 18:47 艾孜尔江 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 使用samila库可以生成美丽的图案, 例如: # pip install samila==1.1 or pip3 install samila==1.1 import matplotlib.pyplot as plt from samila import GenerativeImage # g = 阅读全文
posted @ 2023-11-09 18:03 艾孜尔江 阅读(19) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-11-01 23:04 艾孜尔江 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 在Windows电脑上,为了避免系统崩溃,或是为了将相同的环境拷贝到其它电脑上在装好Anaconda环境之后克隆并使用,可以将 .conda 文件夹全盘打个压缩包存起来,再到另一个电脑上将它们与新装的替换掉。 例如,我的路径是 C:\Users\ezhar\.conda,我就直接把这个文件夹压缩了一 阅读全文
posted @ 2023-10-27 12:11 艾孜尔江 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 查看环境变量是否已经配置好; 环境变量配置好应该是"Scripts"文件夹作为conda指令的根目录而不是别的,例如,我的环境变量配置路径如下: C:\Users\ezhar\anaconda3\Scripts 阅读全文
posted @ 2023-10-27 12:08 艾孜尔江 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 确保下方指令运行有效: nvcc --version 进入指定虚拟环境下运行下方指令: conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch 参考来源 阅读全文
posted @ 2023-10-02 13:01 艾孜尔江 阅读(205) 评论(0) 推荐(0) 编辑
摘要: Here is the prompt for refining grammar or word mistakes in a passage: Please check the grammar mistakes and misspelled vocabularies in the following 阅读全文
posted @ 2023-09-15 10:46 艾孜尔江 阅读(6) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-08-29 20:17 艾孜尔江 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 使用下方指令可以将本地文件夹作为Github仓库进行用户配置托管: ``` git config user.email "YOUR_EMAIL" git config user.name "YOUR_NAME" ``` 阅读全文
posted @ 2023-08-29 09:08 艾孜尔江 阅读(9) 评论(0) 推荐(0) 编辑