Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rbournhonesque committed Jun 29, 2020
1 parent ba6e463 commit ec49086
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions logo-ann/02_generate_embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
import pathlib
from typing import Iterable, Set

from efficientnet_pytorch import EfficientNet
import h5py
from more_itertools import chunked
import numpy as np
import tqdm

from efficientnet_pytorch import EfficientNet
import torch

from utils import get_offset, get_seen_set
Expand Down

0 comments on commit ec49086

Please sign in to comment.