Renaud GONTHIER

Results 9 comments of Renaud GONTHIER

I have exactly the same issue when trying to push data coming from websocket to kafka cluster. imeout while acquiring lock (712 waiting locks): "updating target topics" {"name":"KafkaJSNumberOfRetriesExceeded","retriable":false,"originalError":{"name":"KafkaJSLockTimeout","retriable":false},"retryCount":0,"retryTime":281,"stack":"KafkaJSNonRetriableError\n Caused by:...

Same here, not working and get the same issu with 3.0.1 and Angular 10

Thank @gaikwadrahul8 , the only major change done is fixing the lib folder of the NPM package as mentionned in an other ticket to fix an issue about the binding...

Started from fresh and simple install. **Scenario 1** : Windows 11, NodeJS 19.9.0, Python 3.9.13 **Scenario 2** : Docker Image (tensorflow/tensorflow:latest), NodeJS latest Same results on both scenario: with only...

Also happening with GRU ``` const gruModel = tf.sequential(); // First Bidirectional GRU layer gruModel.add( tf.layers.bidirectional({ layer: tf.layers.gru({ units: 64, inputShape: [this.windowSize, this.numFeatures], returnSequences: true, // Keep true to allow...

Need this feature also. Please