Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mees committed May 7, 2024
1 parent 514bbe0 commit 8f34075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions octo/data/obs_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def augment(

return obs


def image_dropout(
obs: dict,
seed: tf.Tensor,
Expand Down Expand Up @@ -92,6 +93,7 @@ def image_dropout(
)
return obs


def decode_and_resize(
obs: dict,
resize_size: Union[Tuple[int, int], Mapping[str, Tuple[int, int]]],
Expand Down

0 comments on commit 8f34075

Please sign in to comment.