• Matthew Yu's avatar
    support ignoring teacher · 909de50d
    Matthew Yu authored
    Summary:
    Pull Request resolved: https://github.com/facebookresearch/d2go/pull/429
    
    Add a teacher type called `no_teacher` which can be specified by the user in the case they ignore the teacher (e.g., domain adaptation). Building the teacher just returns a noop (`nn.Identity`)
    
    Differential Revision: D40971788
    
    fbshipit-source-id: fc49ac44224c92806a7be253eefb8454305814eb
    909de50d
test_modeling_distillation.py 23.3 KB