shobhitt10

Results 7 issues of 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. ![image](https://user-images.githubusercontent.com/72865514/170481266-fa291e7d-f835-4c0c-8917-e8aa36b7a392.png) 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: ![image](https://user-images.githubusercontent.com/72865514/155852269-d2d15c8c-2946-4e02-a507-3ccbc546efe8.png) Same error is thrown for subsequent blocks also: ![image](https://user-images.githubusercontent.com/72865514/155853058-65a9ca42-1fe0-4992-92dd-8979c1c8661c.png) 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: ![image](https://user-images.githubusercontent.com/72865514/152482056-da148c14-778e-4a4a-a049-360b0e0c2e66.png) Even after searching through...

Hello, I tried generating bitstreams through cnn.tcl for mnist classification and mean single convolution: ![Screenshot (7)](https://user-images.githubusercontent.com/72865514/162732656-9a279c9a-ba97-4220-8c24-ba95796aa2f9.png) 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...