Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 471 Bytes

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.