hi,
i keep getting test failed, but cant locate the error. If i ignore the error, the rest of the tests to train/accuracy completes fine right down to the end of the workbook any pointers? assistance?
error:
accuracy etc:
Regards
Anil
hi,
i keep getting test failed, but cant locate the error. If i ignore the error, the rest of the tests to train/accuracy completes fine right down to the end of the workbook any pointers? assistance?
error:
accuracy etc:
Regards
Anil
In your Emojify_V2 model, there is at least one incorrect argument in one of the LSTM layers.
Please show the results of the cell that has model.summary().
(Update) You are missing one LSTM layer and one dropout layer.
found the error, had wrong " (processed_inputs)" for one entry.
thanks
Anil.