Thank you for your contribution with your research on HiP-AD.
I am currently in the process of reproducing your model, but I have encountered difficulties in matching the performance reported in the paper. I would like to ask a few questions regarding the evaluation and training setups.
-
when evaluating the model using the official checkpoint provided in your GitHub repository, the Avg L2 (2s) value was 1.0xx, which is higher than the 0.69 reported in the paper.
-
when I conducted the training from scratch following the environment described in the paper, the result was significantly worse, yielding an Avg L2 of 1.14 (even it trained 18 epochs). During this process, I noticed several discrepancies between the paper's description and the provided codebase:
Batch Size: The paper specifies a total batch size of 32 using 8 NVIDIA 4090 GPUs, but the default configuration in the code is set to 64.
Weight Decay: The paper mentions a weight decay of 0.01, whereas the code uses 0.001.
Since my training results using the "paper settings" were suboptimal, could you please clarify which hyperparameters are the correct ones for achieving the reported performance? Additionally, I would appreciate any further insights or specific training recipes required to successfully reproduce the results
Thank you
Thank you for your contribution with your research on HiP-AD.
I am currently in the process of reproducing your model, but I have encountered difficulties in matching the performance reported in the paper. I would like to ask a few questions regarding the evaluation and training setups.
when evaluating the model using the official checkpoint provided in your GitHub repository, the Avg L2 (2s) value was 1.0xx, which is higher than the 0.69 reported in the paper.
when I conducted the training from scratch following the environment described in the paper, the result was significantly worse, yielding an Avg L2 of 1.14 (even it trained 18 epochs). During this process, I noticed several discrepancies between the paper's description and the provided codebase:
Batch Size: The paper specifies a total batch size of 32 using 8 NVIDIA 4090 GPUs, but the default configuration in the code is set to 64.
Weight Decay: The paper mentions a weight decay of 0.01, whereas the code uses 0.001.
Since my training results using the "paper settings" were suboptimal, could you please clarify which hyperparameters are the correct ones for achieving the reported performance? Additionally, I would appreciate any further insights or specific training recipes required to successfully reproduce the results
Thank you