cerebras.modelzoo.common.utils.run.cli_parser.update_params_from_args#

cerebras.modelzoo.common.utils.run.cli_parser.update_params_from_args(args, specified_args, params)[source]#

Update params in-place with the arguments from args.

Parameters
  • args (dict) – The namespace containing args from the commandline.

  • params (dict) – The params to be updated.