PostDNN
Post-processing utilities for Deep Neural Network.
Now, it includes a few operations yet ;-)
Platform
I have confirmed it works in the following OS environment.
- Windows 10 MSYS2/MinGW64
- WSL2/Ubuntu 20.04
- Linux Mint 20 "Ulyana"
Requirements
python3 is required to build this module.
Installation
You can install it by adding postdnn to the mix.exs dependency list as follows:
def deps do
[
{:postdnn, "~> 0.1.5"}
]
endLicense
PostDNN is licensed under the Apache License Version 2.0.