geyutang / longling

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

longling logo

longling

VERSION PyPI test codecov Documentation Status Download License CodeSize CodeLine

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.

License:Mozilla Public License 2.0


Languages

Language:Python 92.0%Language:Jupyter Notebook 7.0%Language:Makefile 0.5%Language:Mustache 0.3%Language:Batchfile 0.2%