bb6cd5149a
* fix bug in fix_BN * gaitgl OUMVLP support. * update ./doc/3.advance_usage.md Cross-Dataset Evalution & Data Agumentation * update config * update docs.3 * update docs.3 * add loss doc and gather input decorator * refine the create model doc * support rearrange directory of unzipped OUMVLP * fix some bugs in loss_aggregator.py * refine docs and little fix * add oumvlp pretreatment description * pretreatment dataset fix oumvlp description * add gaitgl oumvlp result * assert gaitgl input size * add pipeline * update the readme. * update pipeline and readme * Corrigendum. * add logo and remove path * update new logo * Update README.md * modify logo size Co-authored-by: 12131100 <12131100@mail.sustech.edu.cn> Co-authored-by: noahshen98 <77523610+noahshen98@users.noreply.github.com> Co-authored-by: Noah <595311942@qq.com>
10 lines
478 B
Python
10 lines
478 B
Python
from .common import get_ddp_module, ddp_all_gather
|
|
from .common import Odict, Ntuple
|
|
from .common import get_valid_args
|
|
from .common import is_list_or_tuple, is_bool, is_str, is_list, is_dict, is_tensor, is_array, config_loader, init_seeds, handler, params_count
|
|
from .common import ts2np, ts2var, np2var, list2var
|
|
from .common import mkdir, clones
|
|
from .common import MergeCfgsDict
|
|
from .common import get_attr_from
|
|
from .common import NoOp
|
|
from .msg_manager import get_msg_mgr |