Arnaud de Gérard
Arnaud de Gérard
Moreover, it seems that there are bugs in loop: in c language: ```c for (0; j < layer_count; j++) ... ``` after this loop, j = layer_count in python: ```python...
> I see what you mean, it looks like the way python does for...range loops, it evaluates whether to break the loop prior to incrementing the variable, so j never...
> @zhang0557kui - thanks for your interest in CV-CUDA. We are considering adding native Windows OS support in a future release. Could you provide more information on the specific OS...