Izan Catalán
Izan Catalán
# Bug Report ### Which model does this pertain to? Any Onnx Model Zoo model inside classification/vision path ### Describe the bug I'm trying to use test data files with...
## Description When loading any mxnet (as mx in the picture) function, mx.nd.ones or mx.gpu(0) for example, I get a warning about cudnn mismatch after an error in cublas. This...
# Feature Request Hi everyone! I would like to know if it is possible to train Neural Network models using Onnx Runtime and export them in ONNX format (only using...
# Ask a Question Can an ONNX model from this Github repo (ONNX model ZOO) be trained and modify its weights during the process? In addition, is it possible to...
# Ask a Question Hi, I would like to know how I can follow the instructions to download shufflenet models from pytorch, convert them to onnx format and quantize to...
Hi everyone, I would like to know if performing a layer-per-layer inference on a pre-trained model (in fp32 or int8 datatypes) is possible using GPU with cuda 11.2. My idea...
Hello everyone! I would like to know if it is possible to add a new node (for example, a node with a Clipping Operator) in the middle of an existing...
**What is your question?** Hi, I want to define an extra parameter in [Tensor_ref class](https://github.com/NVIDIA/cutlass/blob/902dff366310fe3b0279c1149d5ea6bb7ea0b715/include/cutlass/tensor_ref.h#L200). In my case a flag, in the form of an integer pointer to be accesses...
**What is your question?** Hello, good day. I am currently researching the `Conv2dFprop` kernel as I intend to modify its implementation in the library, specifically in the file [https://github.com/NVIDIA/cutlass/blob/main/include/cutlass/conv/kernel/implicit_gemm_convolution.h](https://github.com/NVIDIA/cutlass/blob/main/include/cutlass/conv/kernel/implicit_gemm_convolution.h). This...
**What is your question?** Hi, I would like to know if I can perform a conv2d fprop with int8 data type, in c++ kernels and in python. Thanks.