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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user