jina-ai / executors

internal-only
Apache License 2.0
31 stars 12 forks source link

refactor: more edge case tests for CLIP audio encoder #223

Closed bwanglzu closed 2 years ago

bwanglzu commented 2 years ago
  1. simplification of readme
  2. more edge test cases.

Part of #84

nan-wang commented 2 years ago

@bwanglzu I suggest adding batch_size for this to enable batching. Check out the codes in CLIPTextEncoder.

nan-wang commented 2 years ago

BTW, is the model downloading part mentioned in the README? I agree with that we don't download models by default. Do you throw a warning about this