Amin
Amin
Hello. when using NodeMCU as MCU of NRF24l01+ I'll get this on Serial-Monitor: > PRESS 'T' to begin transmitting to the other node > Got payload 74286 > Exception (3):...
Hello and thank you for sharing your good repository. With attention, I can see a plaid pattern in reconstructed images which I believe is the result of patching the image...
### System information - Platform: Tried on Google Colab - TensorFlow version: 2.15.0 ### Steps to reproduce - Creating a Python file with the following content in Google Colab (let's...
Doing 16x8 quantization on RNN models fails. **Code to reproduce the issue** [gist to reproduce the issue on Google Colab](https://colab.research.google.com/drive/1tkXarTrLDA468U1AKXbs6yqdrPcfIsZj?usp=sharing) Code: ```python import numpy as np import tensorflow as tf...
No matter the size of the LSTM model, converting it with float16 optimization runs out of memory. **Code to reproduce the issue** [The code snippet to reproduce the issue on...