mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix: qlib and other scenario bugs (#636)
* fix qlib and other scenario bugs * bug fix
This commit is contained in:
@@ -97,7 +97,7 @@ class ModelFBWorkspace(FBWorkspace):
|
||||
input_value: float = 1.0,
|
||||
param_init_value: float = 1.0,
|
||||
):
|
||||
super().execute()
|
||||
self.before_execute()
|
||||
try:
|
||||
qtde = QTDockerEnv() if self.target_task.version == 1 else KGDockerEnv()
|
||||
qtde.prepare()
|
||||
|
||||
Reference in New Issue
Block a user