Installation
You can install PyTorch Activations using pip:
$ pip install torch-activation
Alternatively, you can install directly from GitHub:
Clone the repository:
$ git clone https://github.com/hdmquan/torch_activation.git
Change into the cloned repository’s directory:
$ cd torch_activation
Install the package using pip:
$ pip install -e .