"examples/text_to_image/requirements_sdxl.txt" did not exist on "71c918b848c2b9da87675623f16efd7dd3b74973"
Commit 59cc4efd authored by tink2123's avatar tink2123
Browse files

add for SEED

parent 38801c7f
......@@ -72,6 +72,8 @@ def main(config, device, logger, vdl_writer):
# for rec algorithm
if hasattr(post_process_class, 'character'):
char_num = len(getattr(post_process_class, 'character'))
character = getattr(post_process_class, 'character')
print("getattr character:", character)
if config['Architecture']["algorithm"] in ["Distillation",
]: # distillation model
for key in config['Architecture']["Models"]:
......
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