GuyHacohen / curriculum_learning

Code implementing the experiments described in the paper "On The Power of Curriculum Learning in Training Deep Networks" by Hacohen & Weinshall (ICML 2019)
GNU General Public License v3.0
106 stars 25 forks source link

Step length #6

Open vuducanh0802 opened 1 year ago

vuducanh0802 commented 1 year ago

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