MDENAS
MDENAS copied to clipboard
About Equation3 and 4
Hi, thanks for you code. I just read the paper, and is confused of the equation 3 and 4. What't the meaning of H^e_i and H^e ? and how to get them? I might be wrong, but it is my understanding that H^e_i is the epoch number, for example, 10, in all 100 epoches for training. However, how to know the epoch number at the beginning? thx
@sxs11 thanks for your attention. Yes, H^e_i is the epoch number. H^e_i is set to zero at the beginning. There exist a table to record the epoch (H^(e)) and accuracy (H^(a)) information. H^e will be updated when the corresponding operation is sampled, H^a will be updated after a training epoch is finished.
Thank you very much for your clarification. It's greatly appreciated.
@sxs11 thanks for your attention. Yes, H^e_i is the epoch number. H^e_i is set to zero at the beginning. There exist a table to record the epoch (H^(e)) and accuracy (H^(a)) information. H^e will be updated when the corresponding operation is sampled, H^a will be updated after a training epoch is finished.
Thanks for your code. I have 2 questions.
- How is H^a updated? Accumulated or replaced?
- Does this code contain the searching process?