Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdamien committed Jun 15, 2016
1 parent 5c27bc2 commit df20dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tflearn/data_augmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def add_random_flip_updown(self):
Nothing.
"""
self.methods.append(self._random_flip_leftright)
self.methods.append(self._random_flip_updown)
self.args.append(None)

def add_random_rotation(self, max_angle=20.):
Expand Down

0 comments on commit df20dba

Please sign in to comment.