"git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "62b4ce732632249b931f811461166862a190eb15"
Unverified Commit c50bfb80 authored by アマデウス's avatar アマデウス Committed by GitHub
Browse files

[model checkpoint] updated saving/loading for 1d layers (#594)

parent 7636d518
from .layers import (Classifier1D, Dropout1D, Embedding1D, Linear1D, Linear1D_Col, Linear1D_Row,
VocabParallelClassifier1D, VocabParallelEmbedding1D)
from .layers import (Classifier1D, Dropout1D, Embedding1D, LayerNorm1D, Linear1D, Linear1D_Col, Linear1D_Row,
PatchEmbedding1D, VocabParallelClassifier1D, VocabParallelEmbedding1D)
__all__ = [
'Linear1D', 'Linear1D_Col', 'Linear1D_Row', 'Embedding1D', 'Dropout1D', 'Classifier1D', 'VocabParallelClassifier1D',
'VocabParallelEmbedding1D'
'VocabParallelEmbedding1D', 'LayerNorm1D', 'PatchEmbedding1D'
]
This diff is collapsed.
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