• Stars
    star
    137
  • Rank 266,121 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python package containing all custom layers used in Neural Networks (Compatible with PyTorch, TensorFlow and MegEngine)

License Codacy Badge GitHub Actions codecov

Echo

Currently under development. Next release to include activations, optimizers and attention layers. We plan to shift our documentation to GitBook. Our new release willl be out by New Year's eve.

Update - CI and testing pipeline is fixed. We will now be adding modules to release the first full version. MegEngine will be shifted to dev branch

Under construction Gitbook Documentation can be viewed here.

Sphinx Documentation has been depreciated.

About

Echo Package is created to provide an implementation of the most promising mathematical algorithms, novel layers and methods, which are missing in the most popular deep learning libraries, such as PyTorch, TensorFlow and MegEngine.

Setup Instructions

To install echoAI package from PyPI run the following command:

$ pip install echoAI

Contributing

Check our contributing guidelines to get started.