mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 06:46:56 +08:00
Fix the multi-processing bug
This commit is contained in:
@@ -4,7 +4,7 @@ from qlib.workflow.task.utils import list_recorders
|
||||
from qlib.utils.serial import Serializable
|
||||
|
||||
|
||||
class Collector(Serializable):
|
||||
class Collector:
|
||||
"""The collector to collect different results"""
|
||||
|
||||
def collect(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user