Rohil Bansal commited on
Commit
e53f606
1 Parent(s): adae88f

Track large files with Git LFS

Browse files
Files changed (2) hide show
  1. .gitattributes +2 -1
  2. .gitignore +0 -2
.gitattributes CHANGED
@@ -1 +1,2 @@
1
- *.pth filter=lfs diff=lfs merge=lfs -text
 
 
1
+ *.pth filter=lfs diff=lfs merge=lfs -text
2
+ checkpoints/latest_checkpoint.pth.tar filter=lfs diff=lfs merge=lfs -text
.gitignore CHANGED
@@ -1,7 +1,5 @@
1
  *.pyc
2
  .env
3
  __pycache__
4
- *.pth.tar
5
  results/
6
  mlruns/
7
- # checkpoints/
 
1
  *.pyc
2
  .env
3
  __pycache__
 
4
  results/
5
  mlruns/