lhnguyen102 / cuTAGI

CUDA implementation of Tractable Approximate Gaussian Inference
MIT License
29 stars 9 forks source link

Time series batch processing #74

Closed davidwardan closed 1 month ago

davidwardan commented 1 month ago

Fixing the error for the case of having a batch size larger than num_data.

lhnguyen102 commented 1 month ago

@davidwardan Nice catch. We will try to merge the other PR first. You can then rebase to origin/main and merge your PR to main

davidwardan commented 1 month ago

Noted! Thanks @lhnguyen102

lhnguyen102 commented 1 month ago

@davidwardan You should have merged directly to main

lhnguyen102 commented 1 month ago

@davidwardan For a quick resolution, let's create the same PR but the target is main

davidwardan commented 1 month ago

I did the rebase and merge, but it looks like it was not the right command as it still merged to the other branch. I am creating a new PR as you have mentioned 👌🏻