Ignore W&B logging dir wandb/ (#1571)
This commit is contained in:
parent
76807fae71
commit
d312d25747
13
.gitignore
vendored
13
.gitignore
vendored
@ -26,8 +26,8 @@
|
||||
storage.googleapis.com
|
||||
runs/*
|
||||
data/*
|
||||
!data/samples/zidane.jpg
|
||||
!data/samples/bus.jpg
|
||||
!data/images/zidane.jpg
|
||||
!data/images/bus.jpg
|
||||
!data/coco.names
|
||||
!data/coco_paper.names
|
||||
!data/coco.data
|
||||
@ -50,6 +50,7 @@ gcp_test*.sh
|
||||
*.pt
|
||||
*.onnx
|
||||
*.mlmodel
|
||||
*.torchscript
|
||||
darknet53.conv.74
|
||||
yolov3-tiny.conv.15
|
||||
|
||||
@ -78,9 +79,11 @@ sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
wandb/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||
@ -139,9 +142,9 @@ celerybeat-schedule
|
||||
.env
|
||||
|
||||
# virtualenv
|
||||
.venv
|
||||
venv/
|
||||
ENV/
|
||||
.venv*
|
||||
venv*/
|
||||
ENV*/
|
||||
|
||||
# Spyder project settings
|
||||
.spyderproject
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user