WisonZ / GKD

Code for GKD
8 stars 0 forks source link

About GKD #4

Closed jaehoon00 closed 11 months ago

jaehoon00 commented 1 year ago

Hi and first, thank you for sharing such a fascinating work. I am trying to experiment GKD based on EKD repository from TFace, following your recommendation. EKD appears to be using (balanced, general) batch concepts and BalancedBatchSampler. Do I need those for GKD as well? Or, just using DistributedSampler is fine?

WisonZ commented 1 year ago

General sampler (random sampling) is okay.

jaehoon00 commented 1 year ago

Okay, thank you.