-
I try to run [https://[github.com](https://github.com/bytedance/GiantMIDI-Piano)/bytedance/GiantMIDI-Piano](url) with pytorch-ml,
after changing cuda to dml,I found an error:
......
File "/home/j…
-
Hey!
I'm using the ImageSegmentation folder and following this [tutorial](https://pytorch.org/tutorials/beginner/deeplabv3_on_ios.html).
LibTorch = 1.10.0
LibTorch-Lite = 1.10.0
PyTorch = 1.1…
-
as run the seq2seq nn model, meet fatal error:
Could not run 'aten::index_select' with arguments from the 'UNKNOWN_TENSOR_TYPE_ID' backend. This could be because the operator doesn't exist for this…
-
## 🚀 Feature
Add a custom flag to build LibTorch-Lite with `LAPACK` to `./scripts/build_ios.sh` (and `./scripts/build_android.sh`).
## Motivation
There are many issues caused by error
```
Runti…
-
Hello~ I am working on training the mobileNetV2+aspp these days. I found out if I only train the model on the cityscapes, the mIoU is very low.
Do you use the mobile net which is pretrained on the Im…
-
Thanks for your Pytorch implementation for MoViNet.
Could you please provide a model trained on Kinetics 400 as Table 9 in [1].
It is quite important for our future works.
Looking forward to your …
-
-
```python
import torch
import torch_xla.core.xla_model as xm
def voxelize(point_cloud, voxel_size):
normalized_point_cloud = (point_cloud / voxel_size).long()
ones = torch.ones(len(norm…
-
### 🚀 The feature, motivation and pitch
Currently, Pytorch needs to be added to an iOS project via Cocoapods. However, many newer projects have migrated to Swift Package Manager. It would be fantasti…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmcv/issues) and [Discussions](https://github.com/open-mmlab/mmcv/discussions) but cannot get the expected help.
- [X]…