SanghunYun/UDA_pytorch

Does anyone know how total step is set, how much is appropriate, and what is the relationship between total step and epoch?

Opened this issue · 1 comments

Does anyone know how total step is set, how much is appropriate, and what is the relationship between total step and epoch?

the code writed total_step >=n_epochs*N_examples/3
do anyone know why divid 3?