simultaion

This commit is contained in:
Your Name 2024-06-04 13:19:22 +03:00
parent c5ae89d18a
commit 61118a7423
10 changed files with 277 additions and 58 deletions

View file

@ -32,7 +32,6 @@ export class ExecWeightProcessScenario extends CallbackStrategyWithIdQuery {
if (preTrain) {
execCommand += ` --pretrain`;
}
console.log(execCommand);
return await new ExecProcessUseCase().call(
`${model.project.rootDir}/`,
execCommand,