From f88a7c6907f30a090879805330032dec5fe80063 Mon Sep 17 00:00:00 2001 From: Ian Williamson Date: Mon, 20 Jan 2020 12:01:37 -0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 923c9e8..c144def 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The `vtmm` package supports some of the same functionality as the [tmm](https:// ## Gradients -Currently `vtmm` is implementing using a Tensor Flow backend. This means that gradients of scalar loss / objective functions of the transmission and reflection can be taken for "free." At a later time I will implement a numpy backend for users that do not need this functionality. +Currently `vtmm` is implementing using a Tensor Flow backend. This means that gradients of scalar loss / objective functions of the transmission and reflection can be taken for "free." At a later time a numpy backend will be implemented for users that do not need this functionality and do not want the tensorflow requirement. ## Example