fix relative import bug cf Issue #1140
This commit is contained in:
@@ -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).")
|
||||||
|
|||||||
Reference in New Issue
Block a user