From 504b7f3eb7d5b5597503e26da92777d6afbcd079 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Fri, 30 Aug 2019 11:27:51 +1200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5346a87..f3c3c3a 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ module = customnnfuncs.MyNnxModule(...) grad.nn = grad.functionalize('nn') ``` -On top of this functional API, existing `nn` modules and containers, with arbitarily +On top of this functional API, existing `nn` modules and containers, with arbitrarily nested parameters, can also be wrapped into functions. This is particularly handy when doing transfer learning from existing models: