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
Hi, I am also facing the same issue.
I am using the Docker image [divkal/pytorch:22.03], but I encounter the same error.
The same issue occurs with another image [divkal/cdt-py3.7:latest].
When running SAM, I get an error when specifying the argument graph in predict as shown below:
Hi, there is an bug in the SAM code, line 227: https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/cdt/causality/graph/SAM.py#L227
However, skeleton is already casted to a torch.Tensor in line 510, before it goes to line 227: https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/cdt/causality/graph/SAM.py#L510
The text was updated successfully, but these errors were encountered: