Skip to content

Commit

Permalink
Update: Edit english in 'generate.py'.
Browse files Browse the repository at this point in the history
  • Loading branch information
chairc committed Aug 10, 2023
1 parent c92fd82 commit 970ec3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def generate(args):
# Option: ddpm/ddim
parser.add_argument("--sample", type=str, default="ddpm")

# ==========================开启条件生成分界线==========================
# =====================Enable the conditional generation (if '--conditional' is set to 'True')=====================
# Number of classes (required)
parser.add_argument("--num_classes", type=int, default=10)
# Class name (required)
Expand Down

0 comments on commit 970ec3c

Please sign in to comment.