mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-07 21:11:50 +08:00
Fix few exp bugs
This commit is contained in:
@@ -17,7 +17,7 @@ class QlibRecorder:
|
||||
|
||||
@contextmanager
|
||||
def start(self, experiment_name):
|
||||
run = self.start_exp(experiment_name, self.uri)
|
||||
run = self.start_exp(experiment_name)
|
||||
try:
|
||||
yield run
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user