satvik-venkatesh / Wave-U-net-TF2

This repository implements the Wave-U-net architecture in TensorFlow 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

This repository implements the Wave-U-net architecture in TensorFlow 2

License:MIT License


Languages

Language:Jupyter Notebook 87.6%Language:Python 12.4%