1 Star 0 Fork 1

jinmingzhi/pytorch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.cfg 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
[bdist_wheel]
universal=1
[metadata]
license_file = LICENSE
[pep8]
max-line-length = 120
[flake8]
# note: we ignore all 501s (line too long) anyway as they're taken care of by black
max-line-length = 120
ignore = E203, E402, W503, W504, F821, E501
per-file-ignores =
__init__.py: F401, F403, F405
./hubconf.py: F401
torchvision/models/mobilenet.py: F401, F403
torchvision/models/quantization/mobilenet.py: F401, F403
test/smoke_test.py: F401
exclude = venv
[pydocstyle]
select = D417 # Missing argument descriptions in the docstring
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jin-mingzhi0328/pytorch.git
git@gitee.com:jin-mingzhi0328/pytorch.git
jin-mingzhi0328
pytorch
pytorch
main

搜索帮助