Echo
  • Echo Docs
  • Installation
  • echoai.activation
    • Activation Functions
    • PyTorch
    • TensorFlow
    • MegEngine
    • Snippets
  • echoai.Attention
    • CV
      • PyTorch
      • TensorFlow
      • MegEngine
    • NLP
      • PyTorch
      • TensorFlow
      • MegEngine
    • Snippets
  • echoAI.optim
    • Optimizers
    • PyTorch
    • TensorFlow
    • MegEngine
    • Snippets
  • Examples
  • Contributing Guidelines
  • Releases
Powered by GitBook
On this page
  • Install via Pip
  • Install from source

Was this helpful?

Installation

Install via Pip

To install Echo package from PyPI run the following command:

$ pip install echoAI

echo is listed as a separate project under PyPI manager, so to ensure correct installation, use the package identifier echoAI.

Install from source

$ pip install git+https://github.com/digantamisra98/Echo.git
PreviousEcho DocsNextActivation Functions

Last updated 4 years ago

Was this helpful?