Closed AtsuMiyai closed 10 months ago
Hi, thanks for your interest!
Thanks for the quick reply.
I ran 5 times for 5 seeds. But, the results are 88.64, 88.91, 88.64, 88.10, 89.32.
Since the result in https://github.com/ZhangYuanhan-AI/NOAH/issues/15#issuecomment-1521458666 achieves more than 90% accuracy, is this due to differences in the experimental environment or hardware?
We can reproduce the results on other datasets with LoRA.
@AtsuMiyai I have reviewed the logs you provided, and here are some observations for your consideration:
Regarding the experiment "caltech101-lora," there's a warning that reads: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please use the InterpolationMode enum.
While I'm uncertain if this warning is the root cause of the issue, it might be worth addressing to see if it helps.
Concerning the experiment "svhn-adapter," it appears that the hyper-parameters is_adapter=False
and is_visual_prompt_tuning=True
should be adjusted to is_adapter=True
and is_visual_prompt_tuning=False
. This adjustment seems to affect the adapter_dim in the sampled model configuration, resulting in a value of 0.
I hope these suggestions prove useful in resolving the issue.
@MouxiaoHuang Thanks for your kind suggestion! I really appreciate it.
I modified the corresponding part and reimplemented it. But, the result was not changed. As you advised, by comparing my log with yours, I try to look for other causes.
Adapter works well. Thanks!
Hello. Thanks for the interesting work.
I have trouble with reproduction (I think this is a problem for me, not for you. ).
We executed the following commands (without srun).
With three different seeds, any accuracy did not exceed 90%. The output file is here.
We executed the following commands (without srun).
The accuracy is around 35%. The output file is here.
I would appreciate any advice you can give me, no matter what information you have.🙇♂️