shobhitt10
shobhitt10
Hi, I want to implement some research paper on PYNQ i.e. need to modify the bnn/qnn architecture (say the activation function, layers etc.). So, what changes should be made in...
Hi, I am having issues with prepare_physionet.py. If I run it with python2, the following error appears.  According to [this](https://stackoverflow.com/questions/59229187/invalid-syntax-while-importing-mne-package-in-python-atom), it seems to be resolved with python3. If I...
Hi, using the ultra.bit present in the repo for Ultrasound Classification throws this error:  Same error is thrown for subsequent blocks also:  Am I missing anything! Is it...
Hi, Thanks for your constant support. I am able to run FPGA_CNN successfully. Now, I want to classify some other data by using the same network structure as yours (CNN_MNIST)....
Hi, thanks for such a great project. But, while running the ultasound classification notebook, keras is needed. But, after installing keras. It throws this error:  Even after searching through...
Hello, I tried generating bitstreams through cnn.tcl for mnist classification and mean single convolution:  There are no errors in the console apart from few critical clock skew warnings:...
Hi, thanks for the wonderful work. I was able to train the GAN for different SNR and get the estimated channel through the code provided. But, the NMSE is almost...