debugging

This commit is contained in:
Liyu Xiao 2025-06-16 10:13:55 -04:00
parent 32642468c9
commit 95d56b90a2

View File

@ -53,6 +53,7 @@ def convert_to_onnx(ckpt_path, fp16=False):
)
else:
output_path = os.path.join("onnx_scripts", f"{base}.onnx")
print(output_path)
sample_input = torch.rand(batch_size, in_channels, slice_length)
torch.onnx.export(