From cd003e9c5a8bef8276145a6297aae042fe5eb879 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 28 Jun 2021 12:40:47 +0200 Subject: [PATCH] Indent --- utils/plots.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/plots.py b/utils/plots.py index ea2f3474a205..5f0c9d31d3c8 100644 --- a/utils/plots.py +++ b/utils/plots.py @@ -450,10 +450,10 @@ def plot_results(start=0, stop=0, bucket='', id=(), labels=(), save_dir=''): def feature_visualization(features, module_type, module_idx, n=64): """ - features: Features to be visualized - module_type: module type - module_idx: module layer index within model - n: Maximum number of feature maps to plot + features: Features to be visualized + module_type: Module type + module_idx: Module layer index within model + n: Maximum number of feature maps to plot """ project, name = 'runs/features', 'exp' save_dir = increment_path(Path(project) / name) # increment run