Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mnist-cnn #1

Closed
Amri95 opened this issue Jan 6, 2020 · 10 comments
Closed

mnist-cnn #1

Amri95 opened this issue Jan 6, 2020 · 10 comments

Comments

@Amri95
Copy link

Amri95 commented Jan 6, 2020

image

@ZhaoqxCN
Copy link
Owner

The 'main.cpp' is the test file for 'cnn.cpp', it should not be set as source file, and the 'cnn' function should be set as the main function.

@Amri95
Copy link
Author

Amri95 commented Aug 31, 2020

Could you please provide the HLS files for the MLP used for MNIST ?

Best regards

@ZhaoqxCN
Copy link
Owner

ZhaoqxCN commented Sep 1, 2020

You can get the full HLS project files in this link in 7 days. Code: q5h9.

@Amri95
Copy link
Author

Amri95 commented Sep 1, 2020 via email

@ZhaoqxCN
Copy link
Owner

ZhaoqxCN commented Sep 1, 2020

You can easily get the code examples in Keras docs.

@Amri95
Copy link
Author

Amri95 commented Sep 7, 2020 via email

@ZhaoqxCN
Copy link
Owner

ZhaoqxCN commented Sep 8, 2020

You can try this site: keras.io, there are many examples, including MINST convnet.

@Amri95
Copy link
Author

Amri95 commented Sep 9, 2020 via email

@Amri95
Copy link
Author

Amri95 commented Nov 3, 2020

You can get the full HLS project files in this link in 7 days. Code: q5h9.

Could you please send me the full HLS source for MLP and CNN? amritaranamagar60@gmail.com

@nagendra7890
Copy link

HI, @ZhaoqxCN How did you calculate the CNN parameters in each layer in main.cpp file?

           _AXI_VAL status = 1;
	AXI_VAL batch_size = 0;
	AXI_VAL Ker_DIM = 3;
	AXI_VAL In_CH = 1;
	AXI_VAL In_DIM = 28;
	AXI_VAL Out_CH = 16;
	AXI_VAL Out_DIM = 26;_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants