"w!" did not exist on "31c23bd5ee26425a67f92fc170789656379252a6"
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
import numpy as np
from pytorch_transformers import BertTokenizer
from ..utils import logger
from examples.distillation.utils import logger
def main():
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