Commit fa58a68a by Vik Paruchuri

Lower training limit for faster travis execution

parent 889b5bb3
......@@ -10,7 +10,7 @@ ROOT_PATH = os.path.abspath(__file__)
TEST_PATH = os.path.abspath(os.path.join(ROOT_PATH, ".."))
CHARACTER_LIMIT = 1000
TRAINING_LIMIT = 100
TRAINING_LIMIT = 50
QUICK_TEST_LIMIT = 5
class DataLoader():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment