-
i am trying to create a Yolov10 example with [openvino-rs](https://github.com/intel/openvino-rs) 0.7.2
I am trying to replicate this cpp code from [here](https://github.com/rlggyp/YOLOv10-OpenVINO…
-
This is an RFC that continues the discussion #5000 by @ain-soph and PRs: #4995 and #5110 on updating functional tensor methods from `F.*` to accept learnable parameters (tensors with `requires_grad=Tr…
-
_From @chewxy on June 27, 2017 2:0_
@kabaka0 thoughts? The idea is to as per #128 - the `tensor` package holds the data structures, and the essential methods (basically implementing `Tensor`), while…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTor…
-
Following the progress with Ticket #30307, we propose to add computational functionalities with tensors via the tensor train decomposition, which is an idea originally named Matrix Product States in…
-
I ran into the following problem today:
```julia
function tensor_exp(A::SymmetricTensor{2})
E = eigen(A)
A_exp = zero(A)
for (i, λ) in enumerate(E.values)
N = E.vectors[:,i]
…
-
How i need to fix it?
Traceback (most recent call last):
File "demo/demo.py", line 4, in
import prettytensor as pt
File "/home/sb/tensorflow/lib/python3.5/site-packages/prettytensor/__i…
itsss updated
5 years ago
-
I‘m new to taco, any existing methods to convert tensor formats ?
Suppose that I have a tensor W with the shape (256, 512) and 60% sparsity. To define a dense-dense martix in taco, I think the code…
-
When I use `calculate_flops` to calculate flops of a local model (e.g. `openai/clip-vit-large-patch14-336` downloaded locally), the result is smaller than the FLOPs calculated manually (use the flops …
-
### Your current environment
The output of `python collect_env.py`
```text
Your output of `python collect_env.py` here
```
### Model Input Dumps
_No response_
### 🐛 Describe t…