-
Hi, thank you for your great work on TSA.
I have a question I would like to ask, when I run the Varying-Way Five-Shot and Five-Way One-Shot scenarios with the URL parameter file you provided, the acc…
-
Thanks for your codes. However, I have a question about setting hyper-parameters.
When using CIFAR10, the DQ paper has the following description:
>
![image](https://github.com/user-attachments/ass…
-
Hello, I noticed that the accuracy of the LwF method in CIFAR-100 (10/10) drops to 16% after 10 tasks when the No exemplars approach is used, which is different fromthe 30.2% accuracy reported in your…
-
Thank you for sharing the code from your article here, I really appreciate it!
I have been trying to replicate the results reported in your article, but to no avail: E.g. for automobiles, the AUC s…
-
Hello,
Have you trained MixNet models for Cifar-10 from scratch (not transfer learning from ImageNet models)?
With default configuration, I obtain about 70% accuracy for MixNet small, and the ac…
-
Hey, I am trying to reproduce resnet20 fixup results given in "fixup-vs-batchnorm-lab-clean-eps-converted-to.pdf". But, after 200 epochs I am getting only ~35% accuracy on CIFAR-10. I ran the model wi…
-
Hi,
I've been executing your code using the hyper parameters detailed in _main_reproduce_paper.py_ for the VGG19 and ResNet50 models on CIFAR-10 in order to reproduce the results detailed in your p…
-
Hi,
I have run the code for the CIFAR-10 dataset, but the results I am getting with 1 and 0.5 similarities are not as expected. Can you please tell me, why FedAvg is taking less time to converge as c…
-
Hi
I find your work interesting but I want to run on CIFAR-10. It seems that your repo is not implemented for CIFAR-10. Can you extend your implementation for CIFAR-10 dataset?
Thanks
-
UserWarning: Using a target size (torch.Size([1])) that is different to the input size (torch.Size([16])) is deprecated. Please ensure they have the same size.
"Please ensure they have the same siz…