Prashant Chaudhari
Prashant Chaudhari
I rooted using Magisk, and I get "su" rights. I installed adb_root.zip using Magisk manager and rebooted, however I still get error, ``` adb root adbd cannot run as root...
Hi, I have a model with BatchNormalization layer. Model - [model-quant.tflite.tar.gz](https://github.com/google-coral/edgetpu/files/5151097/model-quant.tflite.tar.gz) I get the following error when compiling for edgetpu - ``` Edge TPU Compiler version 14.1.317412892 ERROR: :334 bias->type...
I wish to use this as a 3rd party module in my application. I have compiled the code in a directory called `pyflow` in my application. How can I use...
Hi, Thank you for an awesome, well-organized repository. I have a question regarding the Decoder block. The paper states, they use a 1-D transposed convolution operation for the generating the...
https://github.com/kaituoxu/Conv-TasNet/blob/94eac1023eaaf11ca1bf3c8845374f7e4cd0ef4c/src/pit_criterion.py#L101 Hi, can you explain why this function is used?