.gitignore 115 字节
Newer Older
X
xiaoting 已提交
1 2 3 4 5 6 7 8 9 10 11 12
*.log
*.json
*.jpg
*.png
output/
checkpoints/
weights/
!weights/*.sh
dataset/coco/
!dataset/coco/*.py
log*
output*