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
|
storage.googleapis.com
|
||||||
runs/*
|
runs/*
|
||||||
data/*
|
data/*
|
||||||
!data/samples/zidane.jpg
|
!data/images/zidane.jpg
|
||||||
!data/samples/bus.jpg
|
!data/images/bus.jpg
|
||||||
!data/coco.names
|
!data/coco.names
|
||||||
!data/coco_paper.names
|
!data/coco_paper.names
|
||||||
!data/coco.data
|
!data/coco.data
|
||||||
@ -50,6 +50,7 @@ gcp_test*.sh
|
|||||||
*.pt
|
*.pt
|
||||||
*.onnx
|
*.onnx
|
||||||
*.mlmodel
|
*.mlmodel
|
||||||
|
*.torchscript
|
||||||
darknet53.conv.74
|
darknet53.conv.74
|
||||||
yolov3-tiny.conv.15
|
yolov3-tiny.conv.15
|
||||||
|
|
||||||
@ -78,9 +79,11 @@ sdist/
|
|||||||
var/
|
var/
|
||||||
wheels/
|
wheels/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
wandb/
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
*.egg
|
*.egg
|
||||||
|
|
||||||
|
|
||||||
# PyInstaller
|
# PyInstaller
|
||||||
# Usually these files are written by a python script from a template
|
# 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.
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||||
@ -139,9 +142,9 @@ celerybeat-schedule
|
|||||||
.env
|
.env
|
||||||
|
|
||||||
# virtualenv
|
# virtualenv
|
||||||
.venv
|
.venv*
|
||||||
venv/
|
venv*/
|
||||||
ENV/
|
ENV*/
|
||||||
|
|
||||||
# Spyder project settings
|
# Spyder project settings
|
||||||
.spyderproject
|
.spyderproject
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user