Move to xautodl
This commit is contained in:
11
xautodl/xlayers/__init__.py
Normal file
11
xautodl/xlayers/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#####################################################
|
||||
# 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 .drop import DropBlock2d, DropPath
|
||||
from .mlp import MLP
|
||||
from .weight_init import trunc_normal_
|
||||
|
||||
from .positional_embedding import PositionalEncoder
|
Reference in New Issue
Block a user