Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Sep 24, 2019
1 parent 6a47d1c commit e07093a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autokeras/hypermodel/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,9 @@ def output_types(self):
def output_shape(self):
return self.lightgbm_block.output_shape

def set_hp(self, hp):
self.lightgbm_block.set_hp(hp)


class ImageAugmentation(Preprocessor):
"""Collection of various image augmentation methods.
Expand Down

0 comments on commit e07093a

Please sign in to comment.