Skip to content

This project aims to provide some handy toolkit functions to help construct the architecture.

License

Notifications You must be signed in to change notification settings

tswsxk/longling

Repository files navigation

longling logo

longling

VERSION PyPI test codecov Documentation Status Download License CodeSize

This project aims to provide some handy toolkit functions to help construct the architecture. Full documentation here.

Installation

pip

pip install longling

source

clone the repository and then run pip install .:

git clone https://github.com/tswsxk/longling.git
cd longling
pip install .

Notation

Due to the possible multi version of deep learning frameworks like mxnet(for cpu) and mxnet-cu90(for gpu, with cuda version 9.0), it is good to install such frameworks in advance. For swift installation, use --no-dependencies option as follows:

# pip
pip install longling --no-dependencies
# source
python setup.py install --no-dependencies

Help for windows user

Due to the potential compile error in windows, some required package may not be installed as expected. To deal with this issue, pre-compiled binaries are advised. You can go to lfd.uci.edu/~gohlke/pythonlibs and download the required packages.

About

This project aims to provide some handy toolkit functions to help construct the architecture.

Resources

License

Stars

Watchers

Forks

Packages

No packages published