数据增强
This commit is contained in:
@@ -73,6 +73,7 @@ def get_args_parser():
|
||||
parser.add_argument('--kl_weight', action='store', type=int, help='KL Weight', required=False)
|
||||
parser.add_argument('--chunk_size', action='store', type=int, help='chunk_size', required=False)
|
||||
parser.add_argument('--temporal_agg', action='store_true')
|
||||
parser.add_argument('--image_aug', action='store_true')
|
||||
|
||||
return parser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user