diff --git a/libraries/base/common/python/try_round_weight.py b/libraries/base/common/python/try_round_weight.py index b14463638e288fc3d3b855875cb76d49af1956c6..ca3879be50f082a1f46b84cb50e15b1bd0217848 100644 --- a/libraries/base/common/python/try_round_weight.py +++ b/libraries/base/common/python/try_round_weight.py @@ -83,7 +83,8 @@ _parser = argparse.ArgumentParser( # Zoom in at w = 0.75 > python try_round_weight.py --w_lo 0.7 --w_hi 0.8 --w_step 0.0001 --s_lo 1 --s_hi 10 --s_step 1 -N 195312 -S 0 - # Use -r = 6 to see effect of having more resolution before rounding + # Use -r = 6 to see effect of applying weights with more (intermediate) + # resolution before rounding > python try_round_weight.py --w_lo 0.7 --w_hi 0.8 --w_step 0.0001 --s_lo 1 --s_hi 10 --s_step 1 -N 195312 -S 0 -r 6 > python try_round_weight.py --w_lo 0.3 --w_hi 1.1 --w_step 0.001 --s_lo 1 --s_hi 10 --s_step 1 -N 195312 -S 0 -r 6 \n""")),