Skip to content

Commit

Permalink
Update mlp_training.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hamuchiwa authored Jun 12, 2017
1 parent 827354c commit 99c7518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion computer/mlp_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np
import glob
import sys
from sklearn.cross_validation import train_test_split
from sklearn.model_selection import train_test_split

print 'Loading training data...'
e0 = cv2.getTickCount()
Expand Down

0 comments on commit 99c7518

Please sign in to comment.