Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkle committed Dec 19, 2023
0 parents commit 8429e42
Show file tree
Hide file tree
Showing 18 changed files with 5,196 additions and 0 deletions.
82 changes: 82 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
github

slurms/**/*.log

.ipynb_checkpoints

*.DS_Store
ftpconfigs
.ftp*
core.*
slurm-*

*.jpg
*.txt
*.mp4
*.mkv

# compilation and distribution
__pycache__
_ext
*.pyc
*.so
AdelaiDet.egg-info/
build/
dist/

# pytorch/python/numpy formats
*.pth
*.pkl
*.npy

# ipython/jupyter notebooks
#*.ipynb
**/.ipynb_checkpoints/

# Editor temporaries
*.swn
*.swo
*.swp
*~

# Pycharm editor settings
.idea
.vscode
.python-version

# project dirs
data/*
checkpoints/*


.git_orig_bkp
.ipynb_checkpoints
.vscode

# compilation and distribution
__pycache__
_ext
*.pyc
*.so
AdelaiDet.egg-info/
build/
dist/

# pytorch/python/numpy formats
*.pth
*.pkl
*.npy

# ipython/jupyter notebooks
**/.ipynb_checkpoints/

# Editor temporaries
*.swn
*.swo
*.swp
*~

# Pycharm editor settings
.idea
.vscode
.python-version
Loading

0 comments on commit 8429e42

Please sign in to comment.