1
0
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:
Jactus
2020-11-05 15:28:31 +08:00
parent 8a0135d79a
commit 918a2b8a38
3 changed files with 6 additions and 5 deletions

View File

@@ -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: