-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Is your feature request related to a problem? Please describe.
Test 30,000 images to complete the recognition…
-
```
/pytorch/aten/src/THCUNN/SpatialClassNLLCriterion.cu:106: cunn_SpatialClassNLLCriterion_updateOutput_kernel: block: [54,0,0], thread: [24,0,0] Assertion `t >= 0 && t < n_classes` failed.
/pytorc…
-
## Instructions To Reproduce the 🐛 Bug:
1. Full runnable code or full changes you made:
```
from detectron2.config import LazyConfig
from detectron2 import model_zoo
from detectron2.config impo…
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
**Describe the bug**
urllib.error.HTTPError: HTTP Err…
-
PaddleClas使用的 release/2.3版本
代码如下:
#输入
inputs = [Input([None, 3, 224, 224], 'float32', name='image')]
labels = [Input([None, 1], 'int64', name='label')]
net = PaddleClas.GoogLeNet()
model =…
-
### Checklist
- [x] I have searched related issues but cannot get the expected help.
- [x] I have read related documents and don't know what to do.
### Describe the question you meet
I am trying…
-
we can do
```
cfg.merge_from_file(model_zoo.get_config_file("COCO-InstanceSegmentation/mask_rcnn_X_101_32x8d_FPN_3x.yaml"))
cfg.MODEL.WEIGHTS = model_zoo.get_checkpoint_url("COCO-InstanceSegment…
-
I just tried out IPEX against regular pytorch 1.10 on a specific backbone and was curious why channels-last is only performant with this module/extension. Is it just not optimised in the regular or id…
-
这个模型 https://github.com/PaddlePaddle/PaddleClas/blob/release/2.1/docs/zh_CN/application/transfer_learning.md
页面里面有个.pdparams文件
根据这个文档 https://github.com/PaddlePaddle/Paddle2ONNX/blob/release/0.6/R…
cww97 updated
2 years ago
-
**System information**.
TensorFlow version (you are using): 2.6.0
Are you willing to contribute it (Yes/No) : Yes
**Describe the feature and the current behavior/state**.
RegNets are used in…