google / google/lyra

Is it possible to still run the V1 model with the latest API? Or only V2

Open
#132 0 comments 3 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
4k
Forks
368
PR merge metrics
No merged PRs in 30d

Description

I'm trying to create a build only using the V1 model and one of the V2 model to be able to compare them.

- Is it possible to choose which one is built using specific bazel build options?
Like running:

For V2:
``` bash
bazel build -c opt lyra:soundstream_encoder
```
and
For V1:
``` bash
bazel build -c opt lyra:lyra_encoder
```

---
- Or would I need to build using an older commit of the repository?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.