Skip to content

basecore is a simple repo that provides deep learning frame for MegEngine.

License

Notifications You must be signed in to change notification settings

megvii-research/basecore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaseCore

Basecore is a simple repo that provides deep learning frame for MegEngine.

Features

TODO

Installation

pip install
pip3 install basecore
source code install This way of installation is recommanded for developers. Use the follwing commands to install BaseDet by source code.
git clone git@github.com:megvii-research/basecore.git
cd basecore
pip3 install -v -e .

Document

TODO