-
Hi,
I have CUDA 10.1 installed on my machine and I was looking for instruction on how to build the model with GPU.
Is CUDA 10.1 OK for building the model ?
step 1:
I installed PaddlePaddle …
-
请问,configs/deeplabv3p_mobilenetv3_large_cityscapes.yaml中的 MODEL.DEEPLAB.ENCODER.ASPP_WITH_SE参数的含义是什么呢,是决定是否使用Squeeze-and-Excitation模块吗?但我在pdseg/models/modeling/deeplab.py里没找到这个参数,而在pdseg/models/backbo…
-
For certain tensors (e.g. multiply with a scalar (constant) tensor, such as 1/6 at the output of hard sigmoid), the shape attribute might be None/undefined and hence, flatbuffer.shape() returns a null…
-
#模型评估
!cd work/PaddleSeg && python pdseg/eval.py --use_gpu \
--cfg configs/deeplabv3p_mobilenetv3_large_cityscapes.yaml \
TEST.TEST_MODEL saved_model/deepl…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow.js): Yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 11 …
-
When inference on single image (batch size = 1) got error:
```
mobilenetv3.py", line 199, in forward
out = self.hs3(self.bn3(self.linear3(out)))
File "/usr/local/lib/python3.6/dist-package…
-
`commit` db921ae95e
#### ✅ 第 1 批 (整体进展:99/99)
> 按 merge 的时间顺序,排名不分先后: @SigureMo (9) @longranger2 (19) @sunzhongkai588 (2) @ooooo-create (15) @enkilee (24) @Liyulingyue (2) @gouzil (14) @Ka…
-
Thanks for your issue. To help us solve the issue better, please provide following information:
1. PaddleSeg version: (please specify the branch as well,e.g. PaddleSeg release/2.3)
2. PaddlePaddle…
-
## Tim
Ilija Kalinić, SW65/2019
## Asistent
Dragan Vidaković
## Definicija problema
Višeklasna klasifikacija realnih fotografija muzičkih instrumenata uz pomoć konvolucionih neuronskih …
-
Repro
~~~
import torch
from torch import tensor, device
import torch.fx as fx
from torchdynamo.testing import rand_strided
from math import inf
from torch.fx.experimental.proxy_tensor import ma…