Skip to content

Commit

Permalink
Call next batch in runtime inference.
Browse files Browse the repository at this point in the history
  • Loading branch information
dickensc committed Nov 2, 2023
1 parent 1cdb8be commit e9c5051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psl-java/src/main/java/org/linqs/psl/runtime/Runtime.java
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ protected void runInferenceInternal(RuntimeConfig config, Model model, RuntimeRe

DeepPredicate.evalAllDeepPredicates();

DeepPredicate.nextBatchAllDeepPredicates();
runInference = !DeepPredicate.isEpochCompleteAllDeepPredicates();
}
DeepPredicate.epochEndAllDeepPredicates();
Expand Down

0 comments on commit e9c5051

Please sign in to comment.