Skip to content

Commit

Permalink
Internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 616075000
  • Loading branch information
anuragarnab authored and Scenic Authors committed Mar 15, 2024
1 parent 9bf9ad2 commit 3305949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scenic/projects/baselines/segment_anything/modeling/sam.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,3 +371,4 @@ def generate(
def batch_generate(self, image, padding_mask, upsample_mask=True):
return jax.vmap(lambda x, y: self.generate(x, y, upsample_mask))(
image, padding_mask)

0 comments on commit 3305949

Please sign in to comment.