-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Post-release documentation tweaks (#8)
* Add pypi, travis and license badges to README * Fix typo * Add roadmap * Add note about example dependencies
- Loading branch information
1 parent
88fb3f0
commit f6b140c
Showing
3 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Project roadmap | ||
=============== | ||
|
||
You are one of the early users of the *IBM Analog Hardware Acceleration Kit*. | ||
The initial ``0.1.0`` release was focused on releasing a basic Pytorch | ||
integration for exploring selected features of the analog devices simulator, | ||
and set the basis that will be extended and improved upon: | ||
|
||
* integration of more simulator features in the PyTorch interface | ||
* tools to improve inference accuracy by converting pre-trained models | ||
with hardware-aware training | ||
* algorithmic tools to improve training accuracy by compensating for material | ||
short-comings | ||
* additional analog neural network layers | ||
* additional analog optimizers | ||
* custom network architectures and dataset/model zoos | ||
* integration with the cloud | ||
* hardware demonstrators | ||
|
||
This document will be updated with more details as the roadmap for the project | ||
evolves. As a companion, please refer to the `Issues`_ tab in the repository | ||
for more in-depth details about the status of the implementation of the | ||
different features and a sneak peek into the next release. | ||
|
||
We have an ambitious plan to incrementally bring new simulation and hardware | ||
features to our users, but we are eager to hear your feedback on the features | ||
of value for your work. Please contact us at ``[email protected]`` for any | ||
feedback or information. | ||
|
||
.. _Issues: https://github.com/IBM/aihwkit/issues |