Justin Chu

Results 290 comments of Justin Chu

```yaml - code: no-opset-registered explanation: No Opset registered for the specified domain. - code: opset-import-missing explanation: Opset import for a node in the model is missing in the function body....

```yaml - code: opset-no-registered-domain explanation: No Opset is registered for the domain specified in the node. - code: opset-model-missing-import explanation: The model does not include an opset import for a...

### Shape inference Sure, here are YAML files for each of the errors along with their error codes and explanations: 1. **Mismatched Element Types**: ```yaml - code: mismatched-element-types explanation: |...

```yaml - code: shape-inference-failure explanation: | An error occurred during shape inference for the given model or function. This error indicates that the shape inference process failed to determine the...

``` - code: subgraph-initializer-duplicate-name explanation: | Cannot use the same name as both a subgraph initializer and subgraph input. ```

IR version checks - feature / type etc. unsupported

cc @xadupre @gramalingam

The models produced by dynamo_export are known to run slowly (for now) because they are unoptimized. The api is in beta, and we intend to provide tools to optimize these...

Please update setuptools and pip.