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 96d24c9 commit 0c5e279
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/processors.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ describe('Processors', () => {
}, MAX_TEST_EXECUTION_TIME);


// DPTFeatureExtractor
// DPTFeatureExtractor
it(MODELS.dpt, async () => {
const processor = await AutoProcessor.from_pretrained(m(MODELS.dpt))

Expand Down Expand Up @@ -282,6 +282,8 @@ describe('Processors', () => {

compare(original_sizes, [[408, 612]]);
compare(reshaped_input_sizes, [[384, 608]]);
}
});

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

0 comments on commit 0c5e279

Please sign in to comment.