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.6.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.6.tar.gz.
File metadata
- Download URL: jax_bigvgan-0.0.6.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 |
c9c9041626a4abd158d8573ca2772d70bcaf7b5985418bf8c3228b76bbafcfd2
|
|
| MD5 |
c246af0f78ea920d8ac7c5ed8fab1e41
|
|
| BLAKE2b-256 |
d2383cc262b6c7be4d31d6be8f81ffe0de4cae5669fcb91653ba43652d3d8825
|
File details
Details for the file jax_bigvgan-0.0.6-py3-none-any.whl.
File metadata
- Download URL: jax_bigvgan-0.0.6-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 |
1234853ad9f5f6516031f00f63c50b70a7623a01523c22c77b5b99b7c5337c66
|
|
| MD5 |
62f44d31ac08d53c91b5fe9e1207d4be
|
|
| BLAKE2b-256 |
49483cce7f3d7f81bc55c16a6fcb599fc687cc66a31cf34e355697776947f432
|