-
字符识别infer时,出现错误 ,det 和 cls是正常的
RuntimeError: Error(s) in loading state_dict for BaseModel:
Missing key(s) in state_dict: "backbone.blocks.0.mid_se.conv1.weight", "backbone.blocks.0.mid_se.c…
-
### Environment:
```
Python 3.12.3 on MacOS Sonoma 14.5
VSCode (Latest Version)
Tensorflow 2.16.1
Matplotlib 3.9.0
Keras 3.3.3
```
I've been following this guide from K…
-
Hey there,
I'm fairly new to Machine learning in general, but need to train a Txt2Img-model on a custom input.
I've seen this implementation and it seemed like a relatively "small effort" to make th…
-
Can I install detectron2 on Win10?
-
Assume we are trying to learn a sequence to sequence map. For this we can use Recurrent and TimeDistributedDense layers. Now assume that the sequences have different lengths. We should pad both input …
-
When looking at the neural translation log, it appears to me that, very often, for the live re-training, MMT is using large (or very large) sentence, where only a very small part is interesting, givin…
-
### OpenVINO Version
2024.01/2024.1.0
### Operating System
Windows System
### Device used for inference
CPU
### Framework
None
### Model used
_No response_
### Issue desc…
-
### 🐛 Describe the bug
```python
import torch
import torch.nn as nn
import torch.nn.functional as F
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
class Attention(nn.M…
-
We are trying to use this library in unity and are able to load and compile.
However, when calling the library, we get a segmentation fault:
```
TrimDiskCacheJob: Current cache size 2mb
free(): i…
-
### 问题描述 Issue Description
参考文档/This doc was referred:https://paddle-inference.readthedocs.io/en/latest/guides/install/compile/source_compile_under_MacOS.html
制作Makefile命令/Command to make Makefi…