why the softmax output "teacher" will equal to 250 (ignore index) here? https://github.com/microsoft/ProDA/blob/9ba80c7dbbd23ba1a126e3f4003a72f27d121a1f/models/adaptation_modelv2.py#L316 Is it a bug? Is it should be "threshold_arg"?
why the softmax output "teacher" will equal to 250 (ignore index) here?
ProDA/models/adaptation_modelv2.py
Line 316 in 9ba80c7
Is it a bug? Is it should be "threshold_arg"?