Code implementing the experiments described in the paper "On The Power of Curriculum Learning in Training Deep Networks" by Hacohen & Weinshall (ICML 2019)
In the paper (figure 1 for example), you mentioned "step length" which can be "fixed" for Fixed exponential
pacing and can vary for Varied exponential pacing, may I ask for fixed step length, what is the value you use in the code? For varied step length, what is the variable you use in the code that means step length? Thanks
In the paper (figure 1 for example), you mentioned "step length" which can be "fixed" for Fixed exponential pacing and can vary for Varied exponential pacing, may I ask for fixed step length, what is the value you use in the code? For varied step length, what is the variable you use in the code that means step length? Thanks