I'm quite confused about the argument max_samples . According to my understanding to the paper, step 2 should compute all candidates' Adam LoRA grads, but it was set to default 200 in less/scripts/get_info/grad/get_train_lora_grads.sh. What's the purpose of setting this value to 200? Is that the default setting for reproduction? I guess it should be set to default None. Please tell me if I got anything wrong.
I'm quite confused about the argument
max_samples
. According to my understanding to the paper, step 2 should compute all candidates' Adam LoRA grads, but it was set to default 200 inless/scripts/get_info/grad/get_train_lora_grads.sh
. What's the purpose of setting this value to 200? Is that the default setting for reproduction? I guess it should be set to defaultNone
. Please tell me if I got anything wrong.