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
Sorry if a try to execute cornell_char_seq2seq_predict.py from console, I get this error from line 34:
Traceback (most recent call last):
File "cornell_char_seq2seq_predict.py", line 98, in
main()
File "cornell_char_seq2seq_predict.py", line 94, in main
model = CornellCharChatBot()
File "cornell_char_seq2seq_predict.py", line 34, in init
encoder = LSTM(units=HIDDEN_UNITS, return_state=True, name="encoder_lstm")
TypeError: init() takes at least 2 arguments (1 given)
Sorry if a try to execute cornell_char_seq2seq_predict.py from console, I get this error from line 34:
Traceback (most recent call last):
File "cornell_char_seq2seq_predict.py", line 98, in
main()
File "cornell_char_seq2seq_predict.py", line 94, in main
model = CornellCharChatBot()
File "cornell_char_seq2seq_predict.py", line 34, in init
encoder = LSTM(units=HIDDEN_UNITS, return_state=True, name="encoder_lstm")
TypeError: init() takes at least 2 arguments (1 given)
keras-chatbot-web-api/chatbot_web/cornell_char_seq2seq_predict.py
Line 34 in 4ff4769
The text was updated successfully, but these errors were encountered: