Commit ·
198dee7
1
Parent(s): 5633940
Notes regarding the two models
Browse files- .gitignore +3 -0
.gitignore
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Artifacts from training
|
| 2 |
+
.numba_cache
|
| 3 |
+
traindata
|