root
root
Hello, I am trying Cross-compiling Arm NN for Zynq-7000.I have followed the steps mentioned in this link [https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides/cross-compiling-arm-nn-for-the-raspberry-pi-and-tensorflow/extracting-arm-nn-on-your-raspberry-pi-and-running-a-sample-program](url) I tried to run makefile for the Quantised Mobilenet example on my...
If I want to prune VGG model using l1 norm pruning method and CIFAR dataset I have to run: 1- main.py 2-Vggprune.py 3-main_finetune.py Because when i start with Vggprune.py I...
When trying to run demo I get this error message: **ValueError: CorrMM images and kernel must have the same stack size** How can I solve it? Thanks!
Due to the limited memory on Zedboard I was not able to build ARM NN and I choose the cross compilation of ARM NN on it. Now I want to...
Hello, Could you please provide an example for the implementation of multiclass SVM classifier from scratch? Thanks!
Hello, I want to know the architecture of the VGG-16 used on CIFAR-10 dataset , it contains 13 convolution layers followed by an average pooling layer and one fully connected...
When I was trying to run the code for the patient 3 in the CHBMIT dataset the training gives me an AUC of 0.307 . At the last epoch the...