From b83631550989972462ccd93907f71bc5470ae0dc Mon Sep 17 00:00:00 2001 From: Mathias Louboutin Date: Wed, 17 Mar 2021 13:30:27 -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 1b469ef..786567c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Memroy efficient convolution layer via matrix sketching +# Memory efficient convolution layer via matrix sketching This software provides the implementation of convolution layers where the gradient with respect to the weights is approximated by an unbiased estimate. This estimate is obtained via matrix probing. This package contains two implementation: