mokadevcloud

Results 3 issues of mokadevcloud

Hi, I am trying to use `expand-row` with sorting on various colums as per user's choice. At the moment, the callback function triggered on expand-row receives the index of the...

Hi, Can this warning please be fixed? Looks pretty simple and it's at `env/lib/python3.8/site-packages/skvideo/io/abstract.py:514`: ``` env/lib/python3.8/site-packages/skvideo/io/abstract.py:514: DeprecationWarning: tostring() is deprecated. Use tobytes() instead. self._proc.stdin.write(vid.tostring()) ```

Hi, We are trying to use TensorRT to speed up inference. In particular, we are using a ViT_base_patch16_384 model, and installed a version of paddlepaddle_gpu compiled with TensorRT. However, the...