文件名称:myAIRepoTemplate:我的AI项目的模板
文件大小:8KB
文件格式:ZIP
更新时间:2024-03-23 19:01:22
JupyterNotebook
myAIRepoTemplate 我的AI项目的模板 回购结构 分支遵循git-flow框架。 常设分公司 掌握#最稳定的代码。 开发几乎稳定但不太稳定的代码。 准备好时合并到master分支。 临时分行 功能#仍在开发中的功能。 完成后要合并到develop分支中。 修补程序 错误修正 释放 目录结构 根 。 +-environment.yml#conda环境规范。 使用conda env create -f enviroment.yml + conda env create -f enviroment.yml #安装python库要求。 使用pip install -r requirements.txt +-README.md +-.env.example安装#您的环境变量。 +-Dockerfile +-.gitignore +-.dockerignore +-_data
【文件预览】:
myAIRepoTemplate-master
----.gitignore(2KB)
----Dockerfile(98B)
----.env.example(0B)
----images()
--------.gitkeep(0B)
----requirements.txt(44B)
----src()
--------__init__.py(19B)
--------utils.py(0B)
----.dockerignore(0B)
----environment.yaml(203B)
----models()
--------.gitkeep(0B)
----LICENSE(1KB)
----nb()
--------.gitkeep(0B)
--------template.ipynb(706B)
--------config.py(262B)
----README.md(2KB)
----tests()
--------conftest.py(0B)
--------__init__.py(0B)
--------unit()
--------functional()
----references()
--------.gitkeep(0B)