-
This addon was initially developed on Linux and macOS, but has not been tested on Windows. The layout, scripting, and project support files are set up, more or less, but we haven't been able to verify…
-
```
In [32]: vit = torch.hub.load('facebookresearch/dinov2', 'dinov2_vits14_reg').cuda().eval()
Using cache found in /home/truncs/.cache/torch/hub/facebookresearch_dinov2_main
In [33]: image = to…
-
### Your current environment
```text
PyTorch version: 2.2.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.4 LTS (x86_64)
GCC vers…
-
Being able to write real strings in json and just store the string hash in the binary file (and putting backwards lookup info in a separate structure) and then being able to get strings again when con…
-
Thanks for your great work!
It is worth affirming that your work has great research value. However, when I loaded the fine-tuned checkpoint in the MOSI project (with R (2+1) D-10 as the backbone), I …
-
I notice that there has just been quite a large change to dlpack pushed to the main branch of JAX.
Update from_dlpack to match array API 2023
https://github.com/google/jax/commits/2b1c3deee20600a4…
-
### 问题描述 Issue Description
(PaddleOcr) D:\AllMyProjects\AllIDEs\VisualStudio\000_VSProjects\PaddleOCR_02\Paddle\build>cmake .. -GNinja -DWITH_GPU=OFF -DWITH_UNITY_BUILD=ON
CMake Deprecation Warnin…
-
Thank you for everyone!
Finally, I success build. but i got new problem.
Please help me.
## 🐛 Bug
I restored "tvm_runtime.h" and success android build.
But i got android runtime error.
My pr…
-
**Describe the bug**
When I was training `cuml.ensemble.RandomForestRegressor` on a dataset from kaggle, there was a RuntimeError interrupt the training, reason out of memory;
**Steps/Code to re…
-
We open this ticket to discuss about the project maintenance.
This framework started as a personal project by @nyanp which later evolved to a more sophisticated DL library thanks to many people spe…