JAX Implementation BigVGAN
Project description
Nvidia Big-VGAN jax version
This version is working perfectly fine. 😀
Original https://github.com/NVIDIA/BigVGAN
Example
from jax_bigvgan import load_model
bigvgan_model,bigvgan_params = load_model(model_type="24khz")
rng = {'params': jax.random.PRNGKey(0), 'dropout': jax.random.PRNGKey(0)}
res = jax.jit(bigvgan_model.apply)({"params":bigvgan_params},out[:,ref_len:],rngs=rng)
import soundfile as sf
sf.write("output.wav",res[0,0],samplerate=24000)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jax_bigvgan-0.0.5.tar.gz
(9.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jax_bigvgan-0.0.5.tar.gz.
File metadata
- Download URL: jax_bigvgan-0.0.5.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
595c731fa346a40fbd7892f70d6f8757296c4579d2bca7619dc9364c22cf5b0e
|
|
| MD5 |
0355cd50af8e09df99e2ee8ac4b1690b
|
|
| BLAKE2b-256 |
220b45df32fe48ada682a8bc8d0f84f2032a0c642f1e51bf13c23aa2c25958b8
|
File details
Details for the file jax_bigvgan-0.0.5-py3-none-any.whl.
File metadata
- Download URL: jax_bigvgan-0.0.5-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9978590f4fca3c3e179a37634dfbf866daee05066d9a089a6490f980ebd60a42
|
|
| MD5 |
03a1e05f1b94dd06ec6c8e82bf700afb
|
|
| BLAKE2b-256 |
1ba1c8da75f683540331c76b6c3e1a00fa7fe3aaba8d39f5650eec81f3fa6ea9
|