master-thesis/settings.py

6 lines
157 B
Python
Raw Normal View History

2019-05-08 17:39:41 +02:00
#!/usr/bin/env python3
2019-05-14 21:46:16 +02:00
data_root = "./data/"
one_million_recipes_file = data_root + "1M_recipes/layer1.json"
yummly_train = data_root + "Yummly/train.json"