Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(test): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Xiao authored Aug 2, 2019
1 parent 82c5005 commit fd57691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_onnx_image_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from gnes.encoder.image.onnx import BaseONNXImageEncoder
from gnes.preprocessor.base import BaseUnaryPreprocessor, PipelinePreprocessor
from gnes.preprocessor.image.resize import ResizeChunkPreprocessor
from gnes.preprocessor.image.sliding_window import VanillaSlidingPreprocessor
from gnes.proto import gnes_pb2, blob2array

Expand Down

0 comments on commit fd57691

Please sign in to comment.