-
Hi, I can run the demo code of your model on Nvidia RTX-3090. But I only succeed on the video with length 3 seconds, but failed with video of length 9 seconds. Is there any way to optimize for this is…
-
Hello,your code is great, but I tried a case with 3 points, using linear kernel, but it doesn't work out right answer, I don't know why, my test code is below:
```
samples=np.array([[0,0],[1,1],…
-
This is a follow-up issue from #380, and here is my code intended to change the prior for the categorical predictor with reference level:
```
trial_model_2 = bmb.Model("Conversion ~ C(Group, referen…
-
I'm trying to run a replicate image locally with cog 0.11.6:
```
$ cog predict r8.im/thomasmol/whisper-diarization@sha256:cbd15da9f839c5f932742f86ce7def3a03c22e2b4171d42823e83e314547003f \
-i fi…
-
hi Komiya,
This is a very interesting project you've built!
I have one question: is it possible to load model built from "ml.dmlc.xgboost4j.scala.{XGBoost, DMatrix}" libraries with the predictor-spa…
-
Hi,
Thank you very much for sharing the code for the paper, it helps a lot. I noticed that in crema-d loader you have the lines:
`self.item = self.test_item[:int(len(self.test_item) * 0.9)]`
`sel…
-
When I trained causal TDE with VCTree, after one epoch, the log is that
`creating index...
index created!
Loading and preparing results...
Converting ndarray to lists...
(398878, 7)
0/398878
DO…
-
Say I have a predictor _p_ trained on data points _x_1, …, _x__n_. This predictor has a variance of _v_ at _t_.
Say I also have a predictor _p_' trained on _x_1, …, _x__n_+1. This has a variance of…
-
Hello,
It seenms segment anything doesn't use GPU.
Whenever I run a boiler code like this one :
```python
from segment_anything import SamPredictor, sam_model_registry
sam = sam_model_registry…
-
* Python version: 3.10
* Operating System: windows 10
I am trying to get an executable file for my project through pyinstaller, but I am facing an error regarding the following model: shape_predic…