yfzhang114/AdaNPC

About run error

GuanchengWan opened this issue · 1 comments

when i want to exeute the domainbed.scripts.train.py knn algorithm,i get errors as follows:
self.classifier = MomentumQueue(self.featurizer.n_outputs, self.hparams['queue_size'], self.hparams['temperature'], self.hparams['k'], num_classes)
KeyError: 'queue_size'

so how to fix it? thanks

Apologize for the oversight and I have fixed the problem, you can try it again.