Skip to content

Commit

Permalink
Fix typo from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Nov 16, 2023
1 parent da0bc91 commit 534d6e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/processors.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ describe('Processors', () => {

compare(original_sizes, [[480, 640]]);
compare(reshaped_input_sizes, [[768, 768]]);
}
});

// CLIPFeatureExtractor
// - tests center crop (do_center_crop=true, crop_size=224)
Expand Down

0 comments on commit 534d6e4

Please sign in to comment.