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 trying to implement the code..
Since I do not have access to MedNLI, I only used SNLI and MNLI data.
When executing the prepare_feature.py code, I get an error message when all features are concatenated. "All the input arrays must have the same dimensions".
I printed the shapes of each converted features array and the one created in "add_weighted_word_ngram_overlap_feature" looks odd.
Does anyone have an idea why the second dimension is not displayed and how I can fix the problem?
The text was updated successfully, but these errors were encountered:
Hi I am trying to implement the code..
Since I do not have access to MedNLI, I only used SNLI and MNLI data.
When executing the prepare_feature.py code, I get an error message when all features are concatenated. "All the input arrays must have the same dimensions".
I printed the shapes of each converted features array and the one created in "add_weighted_word_ngram_overlap_feature" looks odd.
Does anyone have an idea why the second dimension is not displayed and how I can fix the problem?
The text was updated successfully, but these errors were encountered: