From 15d48e3a6af6cd1626ec842686ffe76f928e158f Mon Sep 17 00:00:00 2001 From: PF Luo Date: Tue, 28 Mar 2023 19:14:08 +0800 Subject: [PATCH] fix rnn_lm && transformer_lm import problem (#971) --- icefall/rnn_lm/__init__.py | 0 icefall/transformer_lm/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 icefall/rnn_lm/__init__.py create mode 100644 icefall/transformer_lm/__init__.py diff --git a/icefall/rnn_lm/__init__.py b/icefall/rnn_lm/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/icefall/transformer_lm/__init__.py b/icefall/transformer_lm/__init__.py new file mode 100644 index 000000000..e69de29bb