Skip to content

Commit

Permalink
Changed label for R6 and R9
Browse files Browse the repository at this point in the history
  • Loading branch information
AndReGeist committed Mar 28, 2024
1 parent 09a30a1 commit 64e80ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hitchhiking_rotations/cfgs/cfg_pose_to_fourier.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_cfg_pose_to_fourier(device, nb, nf):
return {
"verbose": False,
"batch_size": 64,
"epochs": 300,
"epochs": 400,
"training_data": {
"_target_": "hitchhiking_rotations.datasets.PoseToFourierDataset",
"mode": "train",
Expand All @@ -41,7 +41,7 @@ def get_cfg_pose_to_fourier(device, nb, nf):
"val_data": {
"_target_": "hitchhiking_rotations.datasets.PoseToFourierDataset",
"mode": "val",
"dataset_size": 400,
"dataset_size": 200,
"device": device,
"nb": nb,
"nf": nf,
Expand Down
4 changes: 2 additions & 2 deletions visu/figure_14.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"quat_rf": RotRep.QUAT_RF,
"quat_c": RotRep.QUAT_C,
"quat_aug": RotRep.QUAT_AUG,
"r6": RotRep.GSO,
"r9": RotRep.SVD,
"r6": RotRep.RSIX,
"r9": RotRep.ROTMAT,
}

training_metric = "l2"
Expand Down

0 comments on commit 64e80ac

Please sign in to comment.