Skip to content

Commit 5884e19

Browse files
committed
update
Signed-off-by: Pengfei Guo <[email protected]>
1 parent e6c6e73 commit 5884e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative/maisi/scripts/train_controlnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def main():
170170
nargs="+",
171171
default=[],
172172
action="store_true",
173-
help="list of lables that use weighted loss",
173+
help="list of lables that apply weighted loss",
174174
)
175175
parser.add_argument("-l", "--weighted_loss", default=100, type=int, help="loss weight loss for ROI labels")
176176
args = parser.parse_args()

0 commit comments

Comments
 (0)