eawer
eawer
Hi! I'm facing OOM issues while trying to add lot's of jobs to the queue. Let's say I have a list of 10M links. I need to visit each at...
**Description** I'm trying to load full Freebase dump into cayley, but load performance is degrading, and it looks like the load process will never finish. At first I've run a...
Make sure these boxes are checked before submitting your issue - thank you! (If your issue is neither a both bug nor a request, please write in a free style)...
I've compiled ffmpeg and decord using steps I provided here - https://github.com/dmlc/decord/issues/89#issuecomment-670334699. It works like it is supposed to with cpu context, but when I'm trying to use gpu context...
Greetings! Decord version is '0.4.0' Here is my code: ``` vl = VideoLoader(videos, ctx=[cpu(0)], shape=(10, 1280, 720, 3), interval=1, skip=5, shuffle=3) ``` And here is my error: ``` DECORDErrorTraceback (most...
### Describe the bug I'm trying to read the parquet file from the private s3 bucket using the `load_dataset` function, but I receive `TypeError: cannot pickle '_contextvars.Context' object` error I'm...