-
The current backend architecture works well of out purpose. But it is not salable (in a programming sense) enough and will cause problems down the line. For the backend system to work, i.e. direct fun…
-
Dear professor, I'm sorry to bother you but I have a problem when using your TWConv2D to replace some basic Conv structure in Yolov7. The problem is: when I replace the particular layers by WTCon2D, I…
-
We'd like to be able to round-trip NumPy ndarrays through Java, and create tensors in Java that can be eventually mapped to ndarrays in Python. Having even a basic Tensor implementation, with extensio…
-
# 🚀 Feature Request
Currently, MultivariateNormal has implemented __add__ and __mul__ methods with either (i) another multivariate normal , or (ii) floats/ints. It would be useful to accept tensors…
-
Hello, author. However, I encountered this problem while running the code. When I run this command:sh /home/wenqian/PycharmProjects/QA-FewDet-main/scripts/meta_training_pascalvoc_split1_resnet101.sh
…
-
* [Link](https://arxiv.org/abs/1907.13422)
* Title: Use and implementation of autodifferentiation in tensor network methods with complex scalars
* Keywords (optional): auto differentiation, tensor…
-
For release 2.0, we plan to add support for multi-channel room impulse response simulation methods under `torchaudio.functional`. The implementation is based on [pyroomacoustics](https://github.com/LC…
-
### bug描述 Describe the Bug
bug描述 Describe the Bug
【问题简述】
分布式训练使用SyncBatchNorm的时候报错,使用正常的batchnorm是没有问题的
【代码】
模型启动脚本:python -m paddle.distributed.launch --selected_gpus=4,5,6 --log_dir=$log_dir tr…
-
Quoting directly from https://github.com/hotg-ai/rune/issues/242#issuecomment-906305787
---
## Remove Copies from the Tensor Definition
The current definition for a "tensor" inside a Rune con…
-
### 🚀 The feature, motivation and pitch
In the spirit of #86105, I think `torch.Tensor` type annotations can be improved to better support tensor subclasses.
For example, consider
```python
cl…