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
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 the use_edc_loss_rir is set to false. 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!
The text was updated successfully, but these errors were encountered:
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 the
use_edc_loss_rir
is 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!
The text was updated successfully, but these errors were encountered: