1 Star 0 Fork 0

al0014 / dlwpt-code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
requirements.txt 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
# On Ubuntu, install the following packages:
# - python3
# - python3-venv
#
# And then the virtual environment can be created by running:
#
# python3 -m venv .venv
# .venv/bin/pip install --upgrade pip
# .venv/bin/pip install -r requirements.txt
#
# Then use .venv/bin/python to run the various training scripts.
blosc>=1.8.1,<2
diskcache==4.1.0
h5py
jupyter
matplotlib
numpy<=1.16.4
Pillow
scikit-image>=0.15.0
scipy
SimpleITK
tensorflow>=1.14,<2
# The book was written targeting PyTorch 1.4, but everything in it should work fine with more up-to-date versions.
torch==1.4
# future is here due to a missing dep in caffe2
# future
1
https://gitee.com/al0014/dlwpt-code.git
git@gitee.com:al0014/dlwpt-code.git
al0014
dlwpt-code
dlwpt-code
master

搜索帮助