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
Hello, I find "For the setting of hyperparameters, we set T in Eq. 9 to the k value in the topk function.“ in your paper. But when I look at the code I find that the default value for top_k is 1 and the default value for temperature is 64. Could you please tell me the settings of these two parameters during the experiment? Thank you!
The text was updated successfully, but these errors were encountered:
Eq. 9 corresponds to the following lines of code. We have set T to the k value in the topk function. And the temperature in argparse is the temperature over the logits.
As stated in the paper, the choice of topk value had little effect on the results. And the topk value of minImageNet 1/5-shot, TieredImagenet 1/5 shot and CIFAR-FS 1/5-shot are 10, 1, 2, 5, 1, 1, respectively.
Hello, I find "For the setting of hyperparameters, we set T in Eq. 9 to the k value in the topk function.“ in your paper. But when I look at the code I find that the default value for top_k is 1 and the default value for temperature is 64. Could you please tell me the settings of these two parameters during the experiment? Thank you!
The text was updated successfully, but these errors were encountered: