From 1f5db1059f306ab45babe583649a1a24e85749ff Mon Sep 17 00:00:00 2001 From: MLRichter Date: Tue, 11 Jan 2022 19:07:09 +0100 Subject: [PATCH] fix: dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46921c6..4bb08b2 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ This library allows you to look for certain inefficiencies withing your convolut ever training the model. You can do this simply by importing your architecture into the format of RFA-Toolbox and then use the in-build functions to visualize your architecture using GraphViz. +The visualization will automatically mark layers predicted to be unproductive red and critical layers, that are potentially unproductive orange. This is especially useful if you plan to train your model on resolutions that are substantially lower than the design-resolution of most models. As an alternative, you can also use the graph from RFA-Toolbox to hook RFA-toolbox more directly into your program.