Skip to content

Commit 210a6e1

Browse files
authored
Update argument.py
1 parent 7047da2 commit 210a6e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/argument.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
def get_argparser():
66
parser = argparse.ArgumentParser(
7-
prog='DDPM',
8-
description='What the program does',
9-
epilog='Text at the bottom of help'
7+
prog='DermoSegDiff',
8+
description='DermoSegDiff: A Boundary-aware Segmentation Diffusion Model for Skin Lesion Delineation',
9+
epilog=''
1010
)
1111

1212
parser.add_argument('-c', '--config_file', type=str, required=True, help="")
@@ -101,4 +101,4 @@ def sync_config(config, args):
101101
raise ValueError("you must determine the <loss> parameter on the <training> section inside config file.")
102102

103103
return config
104-
104+

0 commit comments

Comments
 (0)