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.
resnet
is not available on CRAN yet and can be installed with:
remotes::install_github("r-tensorflow/resnet")