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

Commit

Permalink
fix(encoder): rm un-used import in inception
Browse files Browse the repository at this point in the history
  • Loading branch information
Larryjianfeng committed Jul 12, 2019
1 parent cb19656 commit 3da8da1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gnes/encoder/image/inception.py
Expand Up @@ -13,8 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import os
from typing import List, Callable
from typing import List
import numpy as np
from gnes.helper import batch_iterator
from ..base import BaseImageEncoder
Expand Down

0 comments on commit 3da8da1

Please sign in to comment.