cap-4601-project-2

时间:2021-04-17 03:54:03
【文件属性】:
文件名称:cap-4601-project-2
文件大小:43KB
文件格式:ZIP
更新时间:2021-04-17 03:54:03
Python CAP 4601项目2 。 开发设置 这个项目需要依赖。 主要是由于LUKE模型中使用了各种深度学习框架。 幸运的是,可以通过诗歌很好地处理这些依赖性。 但是,看起来此模型仅在Linux下有效。 curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - poetry config virtualenvs.in-project true 使用以下命令安装所有必需的软件包 poetry install 用以下方式添加软件包 poetry add 更新预提交挂钩 poetry run pre-commit install 以获得正确的代码样式。 检查样式 poetry run flake8 。检查输入 poetry run
【文件预览】:
cap-4601-project-2-main
----poetry.lock(114KB)
----.mypy.ini(230B)
----.gitignore(2KB)
----pyproject.toml(717B)
----src()
--------cap_4601_project_2()
----.pre-commit-config.yaml(453B)
----.github()
--------workflows()
----README.md(1KB)
----tests()
--------__init__.py(0B)
--------test_cap_4601_project_2.py(107B)
----.coveragerc(35B)
----.vscode()
--------settings.json(378B)
----.flake8(118B)
----.gitpod.yml(287B)

网友评论