9 lines
387 B
Python
9 lines
387 B
Python
#####################################################
|
|
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019.01 #
|
|
#####################################################
|
|
# This file is expected to be self-contained, expect
|
|
# for importing from spaces to include search space.
|
|
#####################################################
|
|
from .weight_init import trunc_normal_
|
|
from .super_core import *
|