Updates....updates everywhere

This commit is contained in:
Lucas Oskorep
2019-07-17 12:30:16 -05:00
parent e1e3319653
commit 1dc7c2dee2
4 changed files with 29 additions and 20 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import multiprocessing
train_dir = "./data/train/"
test_dir = "./data/test/"
val_dir = "./data/val/"
train = .80
test = .15
train = .5
test = .5
val = .05