-
Notifications
You must be signed in to change notification settings - Fork 6
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
Design Discussions #2
Comments
I have thought of the following modules,
Note that CUDA tests will not be enabled on CI because they are to costly and Travis CI doesn't provide support GPU enables tests. So, we may have to establish a scheme for obtaining the reports of tests on various PRs before merging. Let me know of any modifications or clarifications. Thanks. |
Let's proceed forward with the discussion here. |
Great idea! We should rename |
We will be required to use 1D layout(Row Major Order) for arbitrary dimensional Tensors. |
We should also, have autodiff operator in |
Description of the problem
This issue aims at specifying the workflow and discussing the design of the framework for BNN.
Workflow
If you have anything to suggest about the modules and their organization then please comment below.
Example of the problem
References/Other comments
The text was updated successfully, but these errors were encountered: