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
This project looks really interesting, but I encountered some error while running the example. When running the file titanic_missingness_pipeline.py, this error message is happening RuntimeError: Predictions and targets are expected to have the same shape, but got torch.Size([43]) and torch.Size([177]).
Thanks a lot!
The text was updated successfully, but these errors were encountered:
thanks for bringing this up, I had the same mistake. For me the code runs when I unindent twice the lines 347-357 in 'multimodn.py' (creation of the confusion matrices).
Not sure if this is really what is needed though...
thanks for bringing this up, I had the same mistake. For me the code runs when I unindent twice the lines 347-357 in 'multimodn.py' (creation of the confusion matrices).
Not sure if this is really what is needed though...
Thanks a lot for your answer! It indeed fixed the training, but the validation looks wrong: it returns 0.5 for each epoch and the plots are empty. This confusion matrix is confusing me.
Thanks again for your help!
Hello,
This project looks really interesting, but I encountered some error while running the example. When running the file titanic_missingness_pipeline.py, this error message is happening RuntimeError: Predictions and targets are expected to have the same shape, but got torch.Size([43]) and torch.Size([177]).
Thanks a lot!
The text was updated successfully, but these errors were encountered: