From d6236c6fc487cad8bd596e2fff590b836e358943 Mon Sep 17 00:00:00 2001 From: Radha Guhane Date: Wed, 18 Oct 2023 11:39:51 -0500 Subject: [PATCH] mend Signed-off-by: Radha Guhane --- benchmarks/gems_model/benchmark_amoebanet_gems+spatial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/gems_model/benchmark_amoebanet_gems+spatial.py b/benchmarks/gems_model/benchmark_amoebanet_gems+spatial.py index 1f6316c6..60bb354e 100644 --- a/benchmarks/gems_model/benchmark_amoebanet_gems+spatial.py +++ b/benchmarks/gems_model/benchmark_amoebanet_gems+spatial.py @@ -61,14 +61,14 @@ def get_depth(version, n): # Example of GEMS + SPATIAL split_size = 2, spatial_size = 1, num_spatial_parts = 4 # # Model 1: -# _______________ ____ +# _______________ ____ # | 0(0)| 1(1) | | | # |-------|-------| --------->|4(4)| # | 2(2) | 3(3) | | | # |_______|_______| |____| # # Model 2 (INVERSE GEMS): -# _______________ ____ +# _______________ ____ # | 0(4) | 1(3) | | | # |-------|-------| --------->|4(0)| # | 2(2) | 3(1) | | |