We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac25ac6 commit 1107e82Copy full SHA for 1107e82
src/main/java/io/bioimage/modelrunner/pytorch/PytorchInterface.java
@@ -458,11 +458,11 @@ else if (task.status == TaskStatus.FAILED)
458
else if (task.status == TaskStatus.CRASHED)
459
throw new RuntimeException();
460
this.runner.close();
461
+ this.runner = null;
462
return;
463
} else if (this.interprocessing) {
464
465
}
- model = null;
466
if (model != null)
467
model.close();
468
model = null;
0 commit comments