From db8c088f19e282629b3020e295445d141064dac6 Mon Sep 17 00:00:00 2001 From: Meinrad Recheis Date: Sun, 11 Aug 2019 15:32:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ecb454..d10dd86a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![logo](docs/assets/tf.net.logo.svg) +![logo](docs/assets/tf.net.logo.png) **TensorFlow.NET** (TF.NET) provides a .NET Standard binding for [TensorFlow](https://www.tensorflow.org/). It aims to implement the complete Tensorflow API in CSharp which allows .NET developers to develop, train and deploy Machine Learning models with the cross-platform .NET Standard framework.