Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kohya-ss committed Jul 4, 2023
1 parent 3b35547 commit ce46aa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/config_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ def __init__(self, sanitizer: ConfigSanitizer):

# runtime_params is for parameters which is only configurable on runtime, such as tokenizer
def generate(self, user_config: dict, argparse_namespace: argparse.Namespace, **runtime_params) -> Blueprint:
print(user_config)
sanitized_user_config = self.sanitizer.sanitize_user_config(user_config)
sanitized_argparse_namespace = self.sanitizer.sanitize_argparse_namespace(argparse_namespace)

Expand Down

0 comments on commit ce46aa0

Please sign in to comment.