文件名称:cap-4601-project-2
文件大小:43KB
文件格式:ZIP
更新时间:2024-05-06 21:40:43
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
【文件预览】:
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)