nlp_basic_model
nlp_basic_model copied to clipboard
some basic deep learning models/method for nlp, text classification.
Results
1
nlp_basic_model issues
Sort by
recently updated
recently updated
newest added
Hi,zy: I am reading your code and Ihave a question about this code: "hidden = final_state.view(-1, n_hidden , 1)" Why do you use '.view'? In my opinion, It should use...