Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Oct 9, 2024
1 parent caba0d3 commit 0a30212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generation/maisi/scripts/diff_model_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def diff_model_train(env_config_path: str, model_config_path: str, model_def_pat
)[local_rank]

train_loader = prepare_data(
train_files, device, args.diffusion_unet_train["cache_rate"], args.diffusion_unet_train["batch_size"]
train_files, device, args.diffusion_unet_train["cache_rate"], batch_size=args.diffusion_unet_train["batch_size"]
)

unet = load_unet(args, device, logger)
Expand Down

0 comments on commit 0a30212

Please sign in to comment.