vikingyw

Results 41 issues of vikingyw

I understand the t-net can estimate a 3x3 matrix for affine transformation, but 3x3 transformation is not translation invariant. I am wondering how t-net achieve this.

### System Information I am compiling the 4.8.1 version of opencv, it complains about missing function avcodec_get_context_defaults3 from ffmpeg. I found that ffmpeg has already removed this function since 2021...

bug
category: videoio

The change of code is as the following screenshot: 1, in the first screenshot, if hashes is default None, this line will cause error 2, in the second screenshot, if...

I am trying to reproduce the results of DeepFM on criteo_4x_001 dataset. I have setup my enviroment as follows: ``` python 3.6.13 cuda 11.7 torch 1.10.2 fuxictr 1.0.2 h5py 3.1.0...

你好,感谢你的文档,这是我读过的讲的最清楚的版本。 不过我还是有个疑问,在MIND算法里的胶囊网络那块,为何对 wij做softmax的时候,是在胶囊个数维度,而不是在输入向量维度? 因为你讲单个胶囊的时候,我看softmax是在输入向量维度做的。但是到了介绍论文那里,就变成了胶囊维度了。MIND的代码里 也都是按照胶囊维度。不太明白。

I am using CUDA 11.8. I installed 0.8 binary. When I run the test program batched_unary_embeddings_test.py ERROR: test_gpu (__main__.TableBatchedEmbeddingsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/repo/fbgemm/fbgemm_gpu/test/batched_unary_embeddings_test.py", line 240, in...

### Is there an existing issue for this? - [x] I have searched the existing issues ### OS/Web Information - Web Browser: Chrome - Local OS: Win10 - Remote OS:...

bug
triage

Hi, I am making a test of the batched pipeline of transcrible function in faster whisper. I set chunk_length=5(s), but I found the end time of the first segment is...

Suppose we have a dataset. I want to finetune a model for interative segmentation so that I can use it in a auto-annotation platform such as CVAT. I see many...

hi all I saw this warning message when test the CLI, is this important? > The attention mask is not set and cannot be inferred from input because pad token...