Awesome
Wave-U-net-TF2
This repository implements the Wave-U-net (Stoller et al., 2018) architecture in TensorFlow 2/Keras.
Quick Start
Want to try it without installing anything? Here is a Google Colab notebook.
Usage Example
git clone https://github.com/satvik-venkatesh/Wave-U-net-TF2.git
cd Wave-U-net-TF2
from wave_u_net import wave_u_net
m = wave_u_net()
m.summary()