Skip to content

Commit

Permalink
Merge pull request #2237 from SCIInstitute/fix_deepssm_api
Browse files Browse the repository at this point in the history
Fix change to DeepSSM API for Studio
  • Loading branch information
akenmorris committed Apr 11, 2024
2 parents 7652673 + 83427c4 commit 92141ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Studio/DeepSSM/DeepSSMJob.cpp
Expand Up @@ -298,7 +298,7 @@ void DeepSSMJob::run_training() {

SW_LOG("DeepSSM: Training");
py::object train_deep_ssm = py_deep_ssm_utils.attr("trainDeepSSM");
train_deep_ssm(config_file);
train_deep_ssm(project_, config_file);

if (!is_aborted()) {
params.set_training_step_complete(true);
Expand Down

0 comments on commit 92141ee

Please sign in to comment.