-
Hi, so thanks for your models
i run:
video_inference.py --input_path ./TMT/video/my_video.avi --out_path my_video_out.mp4
--model_path ../TMT_dynamic.pth --save_video
My video is a short 2-se…
-
Dear BCTT team,
thanks for your work on BCTT. I am currently trying to run script_BCTT.sh but I am getting the following error:
Traceback (most recent call last):
File "*code_fang\LDS_tucker.…
-
When running `main.py`, Python reports:
Cannot import name 'check_random_state' from 'tensorly.random'
Suggestion: Replace the following line with
```
import tensorly.random
```
https://g…
-
My issue is about the scipy.linalg.sqrtm getting stuck in SLURM cluster.
I do not know why, when I run scipy.linalg.sqrtm in the cluster, the program will get stuck in running.
But It runs well on …
-
#### Describe the bug
I encountered an error while using the tensorly.decomposition.parafac function in my code. The issue arises when the rank is set to a value larger than one of the dimensions of …
-
### This issue is to have a centralized place to list and track work on adding support to new ops for the MPS backend.
[**PyTorch MPS Ops Project**](https://github.com/users/kulinseth/projects/1/vi…
-
Awesome package -- Thanks for all your work on it! Are there any plans to support `pandas` 2? This would make it possible to integrate into our other workflows more fully. For instance, recent version…
-
#### Describe the bug
The assertion test case for this `tt_tensor` method is failing when `rounding="floor"`.
Only the test case for `rounding="ceil"` is passing.
#### Steps or Code to Repro…
-
Hi @ckmah!
I get the same ValueError as raised in the other current issue.
In addition, when running `bt.tl.lp(adata)` in the example pipeline, I get the following error:
![image](https://git…
-
Hello to all contributors,
The last POT 0.6 release brought new features to the library and we have now 25 papers implemented in POT. It was discussed that before making the 1.0 release, we should …