You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my device, this works. The changes are .to(device='cpu') for grouping_data and cumprod[:-1].cpu().numpy().
To perform grouping_data @ factors, both variables should be on the same device, and on my CUDA device 2080Ti, there seems to be an error related to missing instruction sets; running it on the CPU works fine.
Describe the bug
When trying to run
dowhy_causal_prediction_demo.ipynb
, I encountered with this error when running the cell:
Steps to reproduce the behavior
run all cells in
dowhy_causal_prediction_demo.ipynb
Expected behavior
The program runs normally and produces results.
Version information:
Additional context
There was no issue when running the ERM in the previous cell.
The text was updated successfully, but these errors were encountered: