Update comfunc.py

pull/755/head
Bin Lu 2021-05-31 14:28:22 +08:00 committed by GitHub
parent e9a1d83035
commit b79f3f2e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ def rerange_index(batch_size, samples_each_class):
rerange_index += (pos_idx + neg_idx)
rerange_index = np.array(rerange_index).astype(np.int32)
return rerange_index
return rerange_index