-
In Azure pipelines, sometimes the OSX test environments seem to occasionally straight up hang on `iotile_transport_bled112`. I've seen it enough now that we might want to consider investigating this, …
-
It's been impossible to start the server.
C:\Users\rafael\Desktop\tsuserver3-master>C:\Python35\python start_server.py
C:\Users\rafael\Desktop\tsuserver3-master\server\tsuserver.py:149: YAMLLoadWa…
-
I know many of the devices have been discontinued but it would be great to know how to make the pymoduleconnector library work on Jetson Nano.
![image](https://user-images.githubusercontent.com/9202…
-
Hi pbourreau,
I thought of dockerizing BEMserver and below is my DockerCompose file which builds the BEMserver once fuseki-data and jena-fuseki containers are up. The steps are purely based on the …
-
`captcha = screenshot.crop((left, top, right, bottom))`
作者的屏幕应该不是高分辨率,文本缩放是100%的。我的是1920*1080,为了看着舒服就把文本缩放调到了125%。这里把crop的各个参数都乘以相应的缩放倍数就好:
`captcha = screenshot.crop((left*1.25,top*1.25,right*1.25,…
-
When I use the numpy function(**np.linalg.matrix_rank**) to calculate the rank of the matrix, the function returns the rank of the matrix as 0, and then when I use matlab to calculate the rank of …
-
I installed scapy3k for vmware ESX with python 3.5.
There is architecture dependent macros like SIOCGIFCOUNT in
scapy-python3-0.20/scapy/arch/linux.py
I verify all macros are same as ESX system(v…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:aistudio、Linux
- 版本号/Version:Paddle:2.3.2 PaddleOCR:2.5.0 问题相关组件/Related compone…
-
通过pip install paddleseg 安装默认版本
--> `model = paddleseg.models.segformer.SegFormer_B2(num_classes=4) ` 出错
错误输出:
---------------------------------------------------------------------------
OSE…
-
### 请提出你的问题 Please ask your question
# 问题说明
下述代码在Paddle 2.5 下可以使用,但在 Paddle 3.0 会出现报错。请问这个情况是是升级的特性,还是一个需要被修复的问题?
# 可复现代码
```
import paddle
t_not_eq_zero_indices = paddle.to_tensor([[True, T…