updated reqs

This commit is contained in:
William Falcon 2019-07-24 09:13:02 -04:00
parent c689034650
commit e5c92e75ec
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def get_model():
def get_exp():
# set up exp object without actually saving logs
root_dir = os.path.dirname(os.path.realpath(__file__))
exp = Experiment(debug=True, save_dir=root_dir)
exp = Experiment(debug=True, save_dir=root_dir, name='tests_tt_dir')
return exp