interpretml / interpret-text

A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the result with a built-in dashboard.
MIT License
413 stars 68 forks source link

Issue with Introspective Rationale Explainer with RNN #203

Open Sanchita333 opened 2 years ago

Sanchita333 commented 2 years ago

when using explainer.fit(df_train, df_test) i am getting following error RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead.