"git@developer.sourcefind.cn:modelzoo/textmonkey_pytorch.git" did not exist on "65a06d62ee57fdf88095c4566abbfc245a196dd1"
Commit cd09cd5b authored by VictorSanh's avatar VictorSanh
Browse files

Fix import on initalization

parent ec66841a
...@@ -23,6 +23,7 @@ import os ...@@ -23,6 +23,7 @@ import os
import logging import logging
import argparse import argparse
import random
import numpy as np import numpy as np
from tqdm import tqdm, trange from tqdm import tqdm, trange
import torch import torch
......
...@@ -26,6 +26,7 @@ import json ...@@ -26,6 +26,7 @@ import json
import math import math
import os import os
from tqdm import tqdm, trange from tqdm import tqdm, trange
import random
import torch import torch
from torch.utils.data import TensorDataset, DataLoader, RandomSampler, SequentialSampler from torch.utils.data import TensorDataset, DataLoader, RandomSampler, SequentialSampler
......
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