Update max_pooling_RHE.py

This commit is contained in:
xiaohou 2021-11-18 16:19:08 +08:00 committed by GitHub
parent d34152b207
commit a9a3fc3da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ import torch
import numpy as np
def RHE(indice: torch.Tensor, k: int):
"""Regional hard example mining from
"""Regional hard example mining from
'Mining effective negative training samples for keyword spotting'
Attributes: