Skip to content

Releases: megvii-research/basecore

0.1.10

19 Oct 10:47

Choose a tag to compare

basecore 0.1.10

Features

engine

  • add some basic lr scheduler.
  • update Progress class method.

Others

  • add unit-test.

0.1.9

13 Jan 09:58

Choose a tag to compare

basecore 0.1.9

Features

network

  • support registry of activation in get_activation fucntion. commit

Fix

network

  • fix activation bug in Conv2d. commit

Others

  • add basic README.

0.1.8

29 Nov 04:09

Choose a tag to compare

basecore 0.1.8

This is the first release on github

Features

config

  • ConfigDict is a multi-level dict that used for deep learning configuration system. Users could access key like attribute.

engine

  • Support some basic componet for deep learning like Trainer, Tester, BaseHook, Solver and so on.

network

  • Some useful tools for MegEngine modules like freeze, fuse_conv_and_bn etc.

utils

  • Provide utils code for logging, checkpoint, setup_env and so on.