easycore is a collection of tools to support research and development.
This project is inspired by facebookresearch/fvcore. Some code in this project is modified from fvcore's code.
- light weight and flexible config tools
- multiprocessing acceleration tools
- register mechanism
- flexible path manage tools (support local path, remote URL, path redirecting)
pip install easycorepip install 'git+https://github.com/YuxinZhaozyx/easycore.git'git clone https://github.com/YuxinZhaozyx/easycore.git
cd easycore
pip install -e .This library is under MIT LICENSE.