Rajeev Rao
Rajeev Rao
Hello ONNX partner, We have published (to TestPyPI) a Release Candidate package for the upcoming ONNX v1.10.0 release. Please help validate it and let us know if you encounter any...
Do you have an implementation that can be exported to ONNX via torch.onnx.export? I'm seeing nvcc compilation errors in the torch JIT exporter when I run the following script: ```python3...
# What does this PR do? 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...