Pranay Barkataki

Results 1 issues of Pranay Barkataki

Inside the Python script ***models.py***, there is a class named **GroupDRO** as the piece of the code given below, ``` class GroupDRO(ERM): def __init__(self, hparams, dataset): super(GroupDRO, self).__init__(hparams, dataset) self.register_buffer(...