agmm.AGMM

class agmm.AGMM(learner, adversary)[source]

Adversarial Generalized Method of Moments estimator.

Parameters
  • learner – a pytorch neural net module for the learner.

  • adversary – a pytorch neural net module for the adversary.