Abhisek Chowdhury
Results
2
issues of
Abhisek Chowdhury
Description =========== I have receiving the following error while sending messages to a docker confluent-kafka broker (AWS HOST) from my local laptop (Jupyter Notebook). `Message delivery failed: KafkaError{code=_MSG_TIMED_OUT,val=-192,str="Local: Message timed...
This should be the line `model = drnn.DRNN(n_input, n_hidden, n_layers, dropout, cell_type)` or `model = drnn.DRNN(n_input=n_input, n_hidden=n_hidden, n_layers=n_layers, cell_type=cell_type)` otherwise following error: **ValueError: could not convert string to float: 'GRU'**