Skip to content

Commit

Permalink
Remove cache and add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thirakawa committed Apr 14, 2020
1 parent 695cddc commit f4ed6c5
Showing 15 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__pycache__/
*.pyc

.vscode/

data/
checkpoints/
Binary file removed models/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file removed models/cifar/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file removed models/cifar/__pycache__/alexnet.cpython-36.pyc
Binary file not shown.
Binary file removed models/cifar/__pycache__/densenet.cpython-36.pyc
Binary file not shown.
Binary file removed models/cifar/__pycache__/preresnet.cpython-36.pyc
Binary file not shown.
Binary file removed models/cifar/__pycache__/resnet.cpython-36.pyc
Binary file not shown.
Binary file removed models/cifar/__pycache__/resnext.cpython-36.pyc
Binary file not shown.
Binary file removed models/cifar/__pycache__/vgg.cpython-36.pyc
Binary file not shown.
Binary file removed models/cifar/__pycache__/wrn.cpython-36.pyc
Binary file not shown.
Binary file removed utils/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file removed utils/__pycache__/eval.cpython-36.pyc
Binary file not shown.
Binary file removed utils/__pycache__/logger.cpython-36.pyc
Binary file not shown.
Binary file removed utils/__pycache__/misc.cpython-36.pyc
Binary file not shown.
Binary file removed utils/__pycache__/visualize.cpython-36.pyc
Binary file not shown.

0 comments on commit f4ed6c5

Please sign in to comment.