1 Star 0 Fork 12

Khan/stockTorch

forked from 开源应用/stockTorch 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Pipfile 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
fengsl 提交于 2021-06-03 20:45 . 使用净值训练
[[source]]
url = "https://mirrors.aliyun.com/pypi/simple"
verify_ssl = true
name = "pypi"
[packages]
pandas = "*"
matplotlib = {version = "*", index = "https://pypi.tuna.tsinghua.edu.cn/simple"}
pillow = {version = "*", index = "https://pypi.tuna.tsinghua.edu.cn/simple"}
requests = "*"
mypy = "*"
autopep8 = "*"
bpython = "*"
torch = {version = "===1.8.1+cu111", index = "https://download.pytorch.org/whl/torch_stable.html"}
torchvision = {version = "===0.9.1+cu111", index = "https://download.pytorch.org/whl/torch_stable.html"}
torchaudio = {version = "===0.8.1", index = "https://download.pytorch.org/whl/torch_stable.html"}
[dev-packages]
pylint = "*"
mypy = "*"
autopep8 = "*"
[requires]
python_version = "3"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/KhanWpf/stock-torch.git
git@gitee.com:KhanWpf/stock-torch.git
KhanWpf
stock-torch
stockTorch
master

搜索帮助