We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e4910 commit 40affdcCopy full SHA for 40affdc
src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java
@@ -490,16 +490,17 @@ else if (task.status == TaskStatus.FAILED)
490
else if (task.status == TaskStatus.CRASHED)
491
throw new RuntimeException();
492
this.runner.close();
493
+ this.runner = null;
494
return;
495
} else if (this.interprocessing) {
496
497
}
- sig = null;
498
if (model != null) {
499
model.session().close();
500
model.close();
501
502
model = null;
503
+ sig = null;
504
505
506
// TODO make only one
0 commit comments