New Features
Activations **(17)**
- AB-ReLU
- ELU
- LeakyReLU
- LogSigmoid
- LogSoftmax
- Sigmoid
- Step
What's Changed
* - def -> Class by kaintels in https://github.com/kaintels/torchact/pull/13
* - def -> Class 2 by kaintels in https://github.com/kaintels/torchact/pull/14
* - add autoclass by kaintels in https://github.com/kaintels/torchact/pull/15
* - Revise source dir by kaintels in https://github.com/kaintels/torchact/pull/16
* - Add AB-ReLU, ELU, LeakyReLU, LogSigmoid, LogSoftmax, Sigmoid, Step function by kaintels in https://github.com/kaintels/torchact/pull/17
**Full Changelog**: https://github.com/kaintels/torchact/compare/v0.1.1...v0.2.0