mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
Revised relevant code to enable graph input
This commit is contained in:
@@ -105,8 +105,9 @@ class ModelExperimentLoaderFromDict(ModelTaskLoader):
|
||||
name=model_name,
|
||||
description=model_data["description"],
|
||||
formulation=model_data["formulation"],
|
||||
architecture=model_data["architecture"],
|
||||
variables=model_data["variables"],
|
||||
key=model_name,
|
||||
model_type=model_data["model_type"],
|
||||
)
|
||||
task_l.append(task)
|
||||
return QlibModelExperiment(sub_tasks=task_l)
|
||||
|
||||
Reference in New Issue
Block a user