Currie32/Movie-Reviews-Sentiment
Used two different methods to predict the sentiment (positive or negative) of movie reviews.
HTML
Issues
- 0
- 4
ValueError: Dimensions must be equal, but are 128 and 364 for 'RNN_forward/rnn/while/rnn/multi_rnn_cell/cell_0/cell_0/basic_lstm_cell/MatMul_1' (op: 'MatMul') with input shapes: [250,128], [364,256].
#1 opened by etveritas - 3
ValueError: Dimensions must be equal, but are 128 and 364 for 'RNN_forward/rnn/while/rnn/multi_rnn_cell/cell_0/basic_lstm_cell/MatMul_1' (op: 'MatMul') with input shapes: [250,128], [364,256]
#2 opened by Pragati1187