sid548
sid548
Hello, I am able to read the values of Voltage, Current, Active Power, pf and frequency correctly. But when it comes to Reactive power it is coming wrong. I have...
I am trying to upload file from ESP32 to a cloud server. Using your code, and using the given below mentioned stack, but unable to send the files. In fact...
While executing the below code: `for input_example_batch, target_example_batch in dataset.take(1): example_batch_predictions = model(input_example_batch) print(example_batch_predictions.shape, "# (batch_size, sequence_length, vocab_size)") ` The following error is encountered: --------------------------------------------------------------------------- InvalidArgumentError Traceback (most recent call...