Closed vivekmig closed 3 months ago
Currently, the Titanic tutorial for Captum leads to an error due to mismatched datatypes within the training data. Explicitly converting to a numpy array with floats resolves this issue.
@vivekmig has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@vivekmig merged this pull request in pytorch/captum@d267fd42514c7362787286de51892d7ed0450f4d.
Currently, the Titanic tutorial for Captum leads to an error due to mismatched datatypes within the training data. Explicitly converting to a numpy array with floats resolves this issue.