sbi
sbi copied to clipboard
Avoid code repetition for embedding nets tests
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
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.