-
#2470 问题下已经逐条排查过了,github上能搜到的#2080 #2782 #2873也都排查了
参数已对齐,检测还算准确,但是识别有很大问题
还有什么需要排查的点吗
举例来说:
python tools/infer/predict_system.py --image_dir="./try2/" --det_model_dir="./inference/db_mv3" --re…
-
D:\PyCharm\anaconda3\envs\python36\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(49): warning C4251: “torch::optim::LBFGS::al”: class“std::vector”需要有 dll 接口由 class“to…
-
i'm using load_language_model to load lm before pass it to model.recognice(fbank,...rnnlm=lm)
rnnlm and rnnlm_conf are parameters at ASR model.json
```model, train_args = load_trained_model(args.mod…
-
When I was working with the tutorial https://neu.ro/docs/how_to_train_your_model, I got some problem with my setup:
```
[ay@archlinux nlp-from-scratch]$ make training
neuro run \
--name traini…
-
初次尝试就从hwdb中抽取了三个字对应的1000多张数据集训练 之前采用相同的config训练了一个中文手写minst数据集效果还不错 结果将数据集更换为hwdb后就出现了这种情况 acc达到0.66后再增加轮数也没有效果 想问一下该如何解决
以下是配置文件:
Global:
use_gpu: true
epoch_num: 200
log_smooth_window: …
-
https://github.com/pytorch/tutorials/blob/ffecdf7e278a3008a7f99efb2fb3cdc7060c8f11/intermediate_source/char_rnn_generation_tutorial.py#L164
https://github.com/pytorch/tutorials/blob/ffecdf7e278a3008a…
-
#### TensorFlow.js version
```json
"dependencies": {
"@tensorflow/tfjs": "^0.11.4",
"@tensorflow/tfjs-node": "^0.1.5",
"@tensorflow/tfjs-node-gpu": "^0.1.7",
}
```
#### Browser…
-
sorry for a silly question, but I'm confused, because the definition of RNN I learnt (e.g. from pytorch tutorial https://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html ), ev…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:Windows
- 版本号/Version:Last in master branch Paddle: PaddleOCR: 问题相关组件/Related co…
-
**调用代码:**
def cross_attention_layer(query, title):
pad_value = fluid.layers.assign(
input=numpy.array([0.0], dtype=numpy.float32))
query_new = layers.sequence_pad(query, pa…