"torchvision/vscode:/vscode.git/clone" did not exist on "d481f2d88f16c6a6c1f143629876bf536072921b"
- 13 Aug, 2020 2 commits
-
-
Davis King authored
The recent change to use a dlib/__init__.py file instead of the dlib.so file directly messed it up.
-
Davis King authored
-
- 08 Aug, 2020 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 07 Aug, 2020 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 05 Aug, 2020 2 commits
-
-
Davis King authored
-
yuriio authored
* Added possibility to load PNG images from a data buffer. * Fixed code not compiling with some versions of libpng that doesn't have const specifier. * Used FileInfo struct as a single parameter for the read_image method.
-
- 02 Aug, 2020 1 commit
-
-
Davis King authored
-
- 01 Aug, 2020 3 commits
-
-
Davis King authored
error: calling a constexpr host function("log1p") from a device function("cuda_log1pexp") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. The error only happens with some versions of CUDA. -
Davis King authored
-
Davis King authored
-
- 26 Jul, 2020 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 25 Jul, 2020 1 commit
-
-
Davis King authored
-
- 22 Jul, 2020 1 commit
-
-
jbfove authored
Previously they were restored to default values, which had the effect of negating the current setting of the calling code (whether set in the compiler options or by pragma previously)
-
- 12 Jul, 2020 1 commit
-
-
Davis King authored
-
- 28 Jun, 2020 2 commits
-
-
stoperro authored
-
Davis King authored
Improve the error a user gets when trying to build the pyhton extention on windows but they didn't install visual C++.
-
- 21 Jun, 2020 1 commit
-
-
Davis King authored
-
- 20 Jun, 2020 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 18 Jun, 2020 2 commits
-
-
Davis King authored
-
Davis King authored
paths instead of relying on CUDA_PATH to be set.
-
- 10 Jun, 2020 1 commit
-
-
Davis King authored
-
- 07 Jun, 2020 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 06 Jun, 2020 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 01 Jun, 2020 2 commits
-
-
Davis King authored
-
stoperro authored
* * Corrected interpolate_bilinear for non-RGB images not to collapse into grayscale (#2089) * * interpolate_bilinear uses now pixel_to_vector for shorter code. * pixels now have operator!=. * * Explicitely float interpolation * Using C++11 static_assert() in interpolation. * * Corrected documentation for interpolate_bilinear, interpolate_quadratic * * Corrected formatting near interpolate_bilinear
-
- 15 May, 2020 1 commit
-
-
Davis King authored
-
- 05 May, 2020 1 commit
-
-
Juha Reunanen authored
-
- 27 Apr, 2020 1 commit
-
-
Adrià Arrufat authored
-
- 22 Apr, 2020 1 commit
-
-
ncoder-1 authored
Changed C-style cast to static_cast.
-