加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Pipfile 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
fengsl 提交于 2021-06-02 14:27 . update
[[source]]
url = "https://mirrors.aliyun.com/pypi/simple"
verify_ssl = true
name = "pypi"
[packages]
torch = "*"
pandas = "*"
matplotlib = {version = "*", index = "https://pypi.tuna.tsinghua.edu.cn/simple"}
pillow = {version = "*", index = "https://pypi.tuna.tsinghua.edu.cn/simple"}
torchvision = {version = "===0.8.2+cu110", index = "https://download.pytorch.org/whl/torch_stable.html"}
cuda = "*"
torchaudio = {version = "===0.7.2", index = "https://download.pytorch.org/whl/torch_stable.html"}
requests = "*"
mypy = "*"
autopep8 = "*"
bpython = "*"
[dev-packages]
pylint = "*"
mypy = "*"
autopep8 = "*"
[requires]
python_version = "3"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化