Waveformer icon indicating copy to clipboard operation
Waveformer copied to clipboard

A deep neural network architecture for low-latency audio processing

Results 5 Waveformer issues
Sort by recently updated
recently updated
newest added

I have done the training step now, but now I get an error (wave-env) ziyu@ziyu:~/桌面/wenyu/Waveformer/Waveformer-main$ python3 -W ignore -m src.training.train experiments/dcc_tf_ckpt_E256_10_D128_1 --use_cuda Imported the model from 'src.training.dcc_tf'. Loading train dataset:...

Utilizing NumPy operations for improved conciseness.

Thank you so much for making this open source. I have a query - I couldn't see any sample code that makes real-time inference using the model. Have i overlooked...

Hi @vb000, I loved playing with Waveformer 💜 ! I have made a PR to enable audio input of any sample rate by converting it to the required rate `44100`...

I'm encountering an issue while training the Waveformer model. When I run the following command: python -W ignore -m src.training.train /home/swufe1/project/Waveformer/experiments/dcc_tf_ckpt_E256_10_D256_1 --use_cuda I receive the following error message: 2024-10-31 10:27:40.500632:...