remove unused comment

This commit is contained in:
wataru 2023-04-09 10:42:01 +09:00
parent f9dc45870a
commit fb1be8b4c1

View File

@ -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"],