Skip to content

Commit

Permalink
fix random translation
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Aug 18, 2022
1 parent 34650b8 commit 292a53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gninatorch/dataloaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def __next__(self):
self.grid_maker.forward(
batch,
grids,
random_translation=self.random_rotation,
random_translation=self.random_translation,
random_rotation=self.random_rotation,
)

Expand Down

0 comments on commit 292a53d

Please sign in to comment.