Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When number of images to run inference for is not divisible by the batch size, the inference for the last batch failed. This is because how PNDMScheduler is implemented. Fix is achieved by calling the scheduler's method for each batch, which resets the scheduler state before each batch.
- Loading branch information