加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 508 Bytes
一键复制 编辑 原始数据 按行查看 历史
bmaltais 提交于 2023-07-08 20:12 . Adding user presets to git ignore
# Python
venv
__pycache__
*.egg-info
build
wd14_tagger_model
# IDE and Editor specific
.vscode
# CUDNN for Windows
cudnn_windows
# Cache and temporary files
.cache
.DS_Store
# Scripts and executables
locon
gui-user.bat
gui-user.ps1
# Version control
SmilingWolf
wandb
# Setup and logs
setup.log
logs
# Miscellaneous
uninstall.txt
# Test files
test/output
test/log*
test/*.json
test/ft
# Temporary requirements
requirements_tmp_for_setup.txt
# Version specific
0.13.3
*.npz
presets/*/user_presets/*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化