"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "9fc0dcaaa7644f07db69187fc6c0ae23cfdc582f"
Commit 803c1cc4 authored by VictorSanh's avatar VictorSanh
Browse files

fix relative import bug cf Issue #1140

parent b66e9b44
...@@ -22,7 +22,7 @@ import time ...@@ -22,7 +22,7 @@ import time
import numpy as np import numpy as np
from pytorch_transformers import BertTokenizer from pytorch_transformers import BertTokenizer
from ..utils import logger from examples.distillation.utils import logger
def main(): def main():
parser = argparse.ArgumentParser(description="Preprocess the data to avoid re-doing it several times by (tokenization + token_to_ids).") parser = argparse.ArgumentParser(description="Preprocess the data to avoid re-doing it several times by (tokenization + token_to_ids).")
......
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