-
`running build
running build_ext
building '_ext' extension
g++ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DWITH_CUDA -I/home/zhangruilin/CenterNet/src/lib/models/networ…
-
logits, *mems = model(inputs_ids, position_ids, attention_mask)
# print(logits.shape)
loss_func = CrossEntropyLoss(ignore_index=-100)
loss = loss_func(logits.view(-1, logits.size(-1…
-
(slowfast) liusir@liusir:~/slowfast$ python tools/run_net.py --cfg demo/AVA/SLOWFAST_32x2_R101_50_50.yaml /home/liusir/miniconda3/envs/slowfast/lib/python3.10/site-packages/torchvision/t…
-
Can anyone tell me how to fix it?
command:
python tools/demo.py --cfg_file tools/cfgs/dsvt_models/dsvt_plain_1f_onestage_nusences.yaml --data_path demo --ckpt ckpt/DSVT_Nuscenes_val.pth
The f…
-
We are capable to dump the TorchScript computation graph tracing via LazyTensor now, including backward and gradient updating subgraphs. With the full graph dumped we can reuse the DISC compilation fl…
-
Saw in comment
```
# Because onnx.GroupNorm() need size=group for weight and bias
# But the torch's aten function's input need size=channel, the size mismatched
# So we have to use onn…
-
你好,我在使用x2paddle把stgcn的模型转成paddle的过程中报错,报错信息如下:
/X2Paddle/STGCN/Models.py:56: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently round…
-
There are lots of operators in MXNet that are related to calculating the forward + gradient w.r.t the variance, i.e., `var(X, axis=...)`
- Moments
https://github.com/apache/incubator-mxnet/blob/ma…
-
I want to use OTG to USB -> RS232 ATEN, and serial to the scale indicator, is that possible?
-
The issue comes from the backward computation of `aten.mul` of two complex numbers from DTensors: the result will be b + a`i` when it should be a + b`i`. Not sure why it happens -- when doing aten ope…