Peter Neigel
Peter Neigel
I have the same error, except with ```FAILED: render_utils_kernel.cuda.o```. System: Windows 10 CUDA: 11.3 torch: 1.8.2+cu111 using x64 cl.exe from visual studio 17 The main error seems to be ```...
Okay, I solved my problem the following way: ```pow(double, double)``` is indeed defined in CUDA as a ```__device__``` function (see https://docs.nvidia.com/cuda/cuda-math-api/group__CUDA__MATH__DOUBLE.html#group__CUDA__MATH__DOUBLE), so it should work in theory to call it...
First of all you obviously need to have some version of CUDA installed. Then the bin directory of your CUDA installation should be in your PATH, e.g. see https://stackoverflow.com/a/68238040
try ```pip install torch_scatter``` (which is missing from requirements.txt btw @sunset1995 )
Can you post the full error message?
Yeah, similar problem with the "regularMarketPrice" key from the Ticker().info dictionaries. Oftentimes they value returned is None. previousClose also often returns a wrong value.
Maybe I have some error in my thinking, but isn't the way `compute_batch_ap` computes the AP wrong? It computes the AP for every image and averages the results, while usually...
Is there a crude time estimate for when the code for stereo matching will be available?
[I'm sure OP will deliver](https://i.warosu.org/data/tg/img/0431/77/1445385219028.jpg)