mirror modify

This commit is contained in:
禾息
2024-08-30 14:15:24 +08:00
parent 29408360fb
commit 18599be8d5
3 changed files with 15 additions and 6 deletions

View File

@@ -102,7 +102,6 @@ class ConditionalCFM(BASECFM):
if self.estimator is not None:
return self.estimator.forward(x, mask, mu, t, spks, cond)
else:
print("-----------")
assert self.training is False, 'tensorrt cannot be used in training'
bs = x.shape[0]
hs = x.shape[1]