-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Thank you for your excellent work on this repository. The implementation has been very insightful, and I truly appreciate the effort you’ve put into making this project available for the community.
However, I’ve encountered a few questions while working with the code, and I was hoping to get some clarification.
-
EDC Loss Configuration:
In the YAML configuration file, I noticed that theuse_edc_loss_riris set tofalse. Could you kindly explain the reasoning behind disabling this loss function in the current setup? Is there a specific scenario where you recommend turning this on, or is it omitted intentionally for better performance? -
Training from Scratch:
If we intend to train the model entirely from scratch, are there any additional changes to the YAML configuration that we should be aware of? Specifically, would you suggest any adjustments to the optimizer, learning rates, or loss functions when starting fresh? -
Epoch Discrepancy:
I also noticed a discrepancy between the repository’s implementation and the paper regarding the number of training epochs. In the paper, 200 epochs are mentioned, but the current setup doesn’t seem to correspond to this. Could you clarify if this is an intentional change in the code, and whether there are any recommendations on the number of epochs for best results?
Could you also share your specific configuration and techniques for training?
Thank you in advance for your help!