Commit 6af50ff
committed
Enable ONNX export of GPU loaded SVD/SVD-XT UNet models
* Unpack num_frames scalar if created as a (CPU) tensor in forward path
Avoids mixed use of CPU and CUDA tensors which is unsupported by torch.nn ops
Signed-off-by: Rajeev Rao <[email protected]>1 parent 79df503 commit 6af50ff
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| 400 | + | |
| 401 | + | |
400 | 402 | | |
401 | 403 | | |
402 | 404 | | |
| |||
0 commit comments