-
paddle的模型转成了onnx,再运行就报这个错误。
-
我从paddle这里转了个resnet_vd到onnx
https://github.com/PaddlePaddle/PaddleClas/blob/release%2F2.1/ppcls/modeling/architectures/resnet_vd.py
尝试转到时候发现了这么个问题
```bash
...
2021-06-09 15:20:33.937297848 …
cww97 updated
3 years ago
-
The original code to remove protected/private variables in inlined modules was very fragile. It relied only on regex to replace the terms, meaning if a code should contain a symbol called 'private' it…
hiker updated
6 months ago
-
Torch should resolve [references](https://build.fhir.org/references.html) to ensure referential integrity.
- Torch can only handle known profiles, other profiles will be ignored
- The new field CR…
-
### Component(s)
processor/k8sattributes
### Is your feature request related to a problem? Please describe.
Currently, the `k8sattributes` processor requires either the `k8s.container.name` or `con…
-
## Overview Description
The text extraction fails, after a html attribute localization in quoted signs.
## Steps to Reproduce
Run extraction on the following javascript template string code:
```…
-
Hi @johentsch,
I'm Théo, I'm working in the Algomus team and also with Tim Crawford and David Lewis to get some scores on Dezrann. I don't manage to get the measure maps for the two attached files …
-
Json can be in body and attribute both
- [ ] Better UI (this is present today for body but not for attributes)
- [ ] Better filtering from UI (this is present for body but not for attributes)
- […
-
Tests are a bit complicated currently.
- They are coarse-grained: one crate in `tests` is one test. Adding a test should be "free", currently it's quite bothering.
- We don't have any way of testing…
-
**Is your feature request related to a problem? Please describe.**
I want to develop a new model with Pytorch Geometric which is a GNN library based on Pytorch. I hope you can develop some api to ma…