From 723f5c15a2a77b1fb99a51798a6f784b3b7673da Mon Sep 17 00:00:00 2001 From: Adam Pocock Date: Fri, 11 Oct 2024 16:20:11 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b7e3d..5278515 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains examples for [TensorFlow-Java](https://github.com/tenso ## Example Models -There are four example models: a LeNet CNN, a VGG CNN, inference using Faster-RCNN, a linear regression and a logistic regression. +There are five example models: a LeNet CNN, a VGG CNN, inference using Faster-RCNN, a linear regression and a logistic regression. ### Faster-RCNN