mark-aai
Results
2
comments of
mark-aai
I had a similar problem in simply doing something like this on cpu on ubuntu: for i in range(10): frame = vr[i*100].asnumpy() Each line got slower as the loop progressed....
Hi @trifle , the only thing I could add is I used pip to install both times. First "pip install decord", which installed 0.4.2, and then later as soon as...