mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 21:45:00 +03:00
remove unused comment
This commit is contained in:
parent
f9dc45870a
commit
fb1be8b4c1
@ -26,11 +26,11 @@ class ModelWrapper:
|
||||
|
||||
def infer(self, feats, p_len, pitch, pitchf, sid):
|
||||
if self.is_half:
|
||||
print("feats", feats.cpu().numpy().dtype)
|
||||
print("p_len", p_len.cpu().numpy().dtype)
|
||||
print("pitch", pitch.cpu().numpy().dtype)
|
||||
print("pitchf", pitchf.cpu().numpy().dtype)
|
||||
print("sid", sid.cpu().numpy().dtype)
|
||||
# print("feats", feats.cpu().numpy().dtype)
|
||||
# print("p_len", p_len.cpu().numpy().dtype)
|
||||
# print("pitch", pitch.cpu().numpy().dtype)
|
||||
# print("pitchf", pitchf.cpu().numpy().dtype)
|
||||
# print("sid", sid.cpu().numpy().dtype)
|
||||
|
||||
audio1 = self.onnx_session.run(
|
||||
["audio"],
|
||||
|
Loading…
Reference in New Issue
Block a user