From 25d6b969dd452621069be248dba3c10c3717f1d3 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 2 Jan 2024 18:18:45 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- pytorch/networks/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytorch/networks/README.md b/pytorch/networks/README.md index 488fc79..0af155f 100644 --- a/pytorch/networks/README.md +++ b/pytorch/networks/README.md @@ -480,4 +480,6 @@ Sequential( ) ``` +You will have a bigger file than in approach 2. However, you don't need the definition of the network for loading it. +