We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran the following: [jalal@goku src]$ python sarcasm_detection_model_attention.py (commented the training part). And got this error:
[jalal@goku src]$ python sarcasm_detection_model_attention.py
#_L_S #_s_t #_S_h #_s_w #_f_u #_n_o #_B_u #_t_o #_n_e #_t_r #_I_J #_l_i vocab loaded... Token coverage: 0.4024455818214407 Word coverage: 0.006309334276785187 Error: Error when checking : expected embedding_1_input to have shape (None, 30) but got array with shape (2000, 50)
Do you know how should I fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran the following:
[jalal@goku src]$ python sarcasm_detection_model_attention.py
(commented the training part).
And got this error:
Do you know how should I fix it?
The text was updated successfully, but these errors were encountered: