1127 update to latest
This commit is contained in:
@ -34,8 +34,8 @@ def get_argument_parser():
|
||||
"-attr_list",
|
||||
type=str,
|
||||
# default="beat,duration,,instrument,tempo",
|
||||
default="pitch",
|
||||
# default='bar,position,velocity,duration,program,tempo,timesig',
|
||||
# default="pitch",
|
||||
default='bar,position,velocity,duration,program,tempo,timesig',
|
||||
help="attribute list for attribute-controlled generation",
|
||||
)
|
||||
parser.add_argument(
|
||||
@ -88,13 +88,13 @@ def get_argument_parser():
|
||||
parser.add_argument(
|
||||
"-num_processes",
|
||||
type=int,
|
||||
default=4,
|
||||
default=8,
|
||||
help="number of processes to use",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-gpu_ids",
|
||||
type=str,
|
||||
default="0,1,2,3,5",
|
||||
default="0,1,2,3,4,5,6,7",
|
||||
help="comma-separated list of GPU IDs to use (e.g., '0,1,2,3')",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user