/unet

Keras implementation of U-Net using R

Primary LanguageROtherNOASSERTION

unet

An Keras/R implementation of U-Net.

U-Net Architecture

Installation

Install U-Net from GitHub with:

remotes::install_github("r-tensorflow/unet")

Example

A full example can be found here.