CzKerwin

Results 3 comments of CzKerwin

player = flvjs.createPlayer({ type: 'flv', url: urlinput.value, }, { lazyLoadMaxDuration: n * 60 // default 3minites n=3. Change n be larger can solve this problem. });

I get same problem using cuda 11.0 with pytorch 1.7. I try running `python setup.py -v build`. > FAILED: /app/share/mish-cuda/build/temp.linux-x86_64-3.8/csrc/mish_kernel.o /usr/local/cuda/bin/nvcc -Iexternal -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c...

> CUDA 11.0 doesn't support RTX30 series cards. They were introduced in CUDA 11.1. Thank you very much for clearing my doubt.