sbi icon indicating copy to clipboard operation
sbi copied to clipboard

Avoid code repetition for embedding nets tests

Open gmoss13 opened this issue 9 months ago • 1 comments

We have a bunch of PRs right now implementing new embedding nets (#1503, #1499, #1494, #1472) - each one adds a test of the embedding net api equivalent to the CNNEmbeddingNet test. Let's write a general embedding net api test that can be reused to test the api of all preconfigured embedding nets we provide

gmoss13 avatar Mar 20 '25 15:03 gmoss13

I agree; let's first get the PRs merged and unify at least some of the tests then in a seperate PR adressing this issue.

manuelgloeckler avatar Mar 25 '25 08:03 manuelgloeckler