replace warn (#1255)

This commit is contained in:
Ftps
2023-09-19 21:15:30 +09:00
committed by GitHub
parent 1d86fb7a87
commit 36456e3908
8 changed files with 321 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ if big_npy.shape[0] > 2e5:
)
except:
info = traceback.format_exc()
logger.warn(info)
logger.warning(info)
np.save("tools/infer/big_src_feature_mi.npy", big_npy)