3 lines
79 B
Python
3 lines
79 B
Python
|
from .drop import DropBlock2d, DropPath
|
||
|
from .weight_init import trunc_normal_
|