Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 657 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 657 Bytes

resnet

Lifecycle: experimental

An implementation of ResNet based on Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. The Keras code is a port of this example in the Keras gallery.

Installation

resnet is not available on CRAN yet and can be installed with:

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