mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
updated reqs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user