Commit a7a12f82 authored by Vijay Korthikanti's avatar Vijay Korthikanti
Browse files

address review comment

parent d19e8ad7
...@@ -115,7 +115,6 @@ def parse_args(extra_args_provider=None, defaults={}, ...@@ -115,7 +115,6 @@ def parse_args(extra_args_provider=None, defaults={},
if args.recompute_activations: if args.recompute_activations:
args.recompute_granularity = 'selective' args.recompute_granularity = 'selective'
args.recompute_method = 'uniform'
del args.recompute_activations del args.recompute_activations
# Set input defaults. # Set input defaults.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment