updated reqs

This commit is contained in:
William Falcon
2019-07-24 09:12:37 -04:00
parent 81cd8037db
commit c689034650
+2 -1
View File
@@ -31,7 +31,8 @@ def get_model():
def get_exp():
# set up exp object without actually saving logs
exp = Experiment(debug=True)
root_dir = os.path.dirname(os.path.realpath(__file__))
exp = Experiment(debug=True, save_dir=root_dir)
return exp