You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# original DP-Unet model
python scripts/train_dp_unet_pushT.py # need to change into your own wandb project if needed
# Add weighted loss, weights are calculated according to the local chunk norm
python scripts/train_dp_unet_pushT_lcn_weighted.py
Eval
# eval the ckpt directory, then will calculate all saved ckpts in the dir
python scripts/eval_dp_unet_pushT.py --ckpt_dir runs/train_dp_unet_pushT/bs64_obs2_exe8_pre16_stdnorm_delta
# eval individual ckpt
python scripts/eval_dp_unet_pushT.py --ckpt_path runs/train_dp_unet_pushT/bs64_obs2_exe8_pre16_stdnorm_delta/ckpt_785000.pth