Skip to content

Commit

Permalink
Rename zipformer2 to zipformer_for_ncnn_export_only to avoid confusio…
Browse files Browse the repository at this point in the history
…n. (#1407)
  • Loading branch information
csukuangfj authored Dec 8, 2023
1 parent bda72f8 commit e9ec827
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
from torch.cuda.amp import GradScaler
from torch.nn.parallel import DistributedDataParallel as DDP
from torch.utils.tensorboard import SummaryWriter
from zipformer2 import Zipformer
from zipformer_for_ncnn_export_only import Zipformer

from icefall import diagnostics
from icefall.char_graph_compiler import CharCtcTrainingGraphCompiler
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
from torch.cuda.amp import GradScaler
from torch.nn.parallel import DistributedDataParallel as DDP
from torch.utils.tensorboard import SummaryWriter
from zipformer2 import Zipformer
from zipformer_for_ncnn_export_only import Zipformer

from icefall import diagnostics
from icefall.checkpoint import load_checkpoint, remove_checkpoints
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
from torch.cuda.amp import GradScaler
from torch.nn.parallel import DistributedDataParallel as DDP
from torch.utils.tensorboard import SummaryWriter
from zipformer2 import Zipformer
from zipformer_for_ncnn_export_only import Zipformer

from icefall import diagnostics
from icefall.checkpoint import load_checkpoint, remove_checkpoints
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
from torch.cuda.amp import GradScaler
from torch.nn.parallel import DistributedDataParallel as DDP
from torch.utils.tensorboard import SummaryWriter
from zipformer2 import Zipformer
from zipformer_for_ncnn_export_only import Zipformer

from icefall import diagnostics
from icefall.checkpoint import load_checkpoint, remove_checkpoints
Expand Down

This file was deleted.

0 comments on commit e9ec827

Please sign in to comment.