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

Commit

Permalink
fix(encoder): register tf inception in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Larryjianfeng committed Jul 11, 2019
1 parent d0099b7 commit eaffbbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnes/encoder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'PipelineEncoder': 'base',
'HashEncoder': 'numeric.hash',
'BasePytorchEncoder': 'image.base',
'TFInceptionEncoder': 'image.inception',
}

register_all_class(_cls2file_map)

0 comments on commit eaffbbf

Please sign in to comment.