lhnguyen102 / cuTAGI

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

Fix LSTM Bug in CUDA Version #73

Closed lhnguyen102 closed 1 month ago

lhnguyen102 commented 1 month ago

Description

This PR fixes the bugs in cuda version for LSTM that raised in issue #67.

Changes Made

Related Issues

close #67 #66

Note for Reviewers

python -m examples.time_series_forecasting
python -m examples.traffic_2008_01_14
lhnguyen102 commented 1 month ago

@van-dai-vuong It is fixed for batch size of 1. In general, you dont need to approve if the issue hasn't fixed otherwise someone might accidentally merge to main. @davidwardan Could you please test it to see if it is fixed? Thanks

davidwardan commented 1 month ago

@lhnguyen102 batch_size = 1 for cuda is now working 👍🏻

lhnguyen102 commented 1 month ago

@davidwardan Awesome! could you approve my PR to merge?