ardeal
ardeal
Hi, I run the following code and got the following picture. I am wondering what the best LR is in my picture? how to print/display the best LR in the...
Hi, the README.md in examples/imagenet/README.md says that the code is not trainable. however, there is training code in examples/imagenet/main.py file. should the readme.md updated or the training code is not...
Hi, where could I download tensorflow dll and correspoinding header files? #include #include #include Thanks,
Hi, with the following code, I could access the main page of sharepoint. I would like to go to document folder and go on. My questions are: 1) how to...
Hi, Are ISPP and IASP of BLE protocol supported on bluez package?
Hi, I tried to build caffe on Windows 10 and VS2015. The Python version on my computer is Python3.5, however, I encountered the following issue while building the code: ```C...
Hi, I send our data from MCU to computer by UART. in MCU, I am using UART to send out image data whose size is 10000 Bytes. The configuration of...
Hi, I am running the example in brevitas github page as follows. I am experiencing the following issue: ```python Exception has occurred: RuntimeError Input scale required File "/home/brevitas/proxy/parameter_quant.py", line 196,...
Hi, For the following code, we defined qnn.QuantIdentity with input parameter bit_width=4, but in there is not bit_width in QuantIdentity class. My questions are: how will the bit_width=4 passed to...
Hi, For the following code, max_val is set to 8.0, however, I could see that the output of relu1 may be bigger than 8. why? ```python self.relu1 = qnn.QuantReLU(quant_type=QuantType.INT, bit_width=16,...