Commit 1000a41f authored by Liping233's avatar Liping233 Committed by Frank Lee
Browse files

[NFC] polish colossalai/nn/layer/vanilla/__init__.py code style (#1293)

parent 87f679ae
from .layers import (DropPath, VanillaClassifier, VanillaLayerNorm,
VanillaPatchEmbedding, WrappedDropout, WrappedDropPath)
from .layers import (DropPath, VanillaClassifier, VanillaLayerNorm, VanillaPatchEmbedding, WrappedDropout,
WrappedDropPath)
__all__ = [
"VanillaLayerNorm", "VanillaPatchEmbedding", "VanillaClassifier",
"DropPath", "WrappedDropout", "WrappedDropPath"
"VanillaLayerNorm", "VanillaPatchEmbedding", "VanillaClassifier", "DropPath", "WrappedDropout", "WrappedDropPath"
]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment