Installation

You can install PyTorch Activations using pip:

$ pip install torch-activation

Alternatively, you can install directly from GitHub:

  1. Clone the repository:

$ git clone https://github.com/hdmquan/torch_activation.git
  1. Change into the cloned repository’s directory:

$ cd torch_activation
  1. Install the package using pip:

$ pip install -e .