Du Bois Eloi

Results 8 issues of Du Bois Eloi

Switching from MacOS10.14.sdk to MacOS10.15.sdk gives me this error: `sudo kextutil -tn **./BuildResults/Debug/root/System/Library/Extensions/IOVideoSample.kext` ``` kxld[com.apple.cmio.driver.Sample]: The super class vtable 'vtable for IOVideoDevice' for vtable 'vtable for IOVideoSampleDevice' is out of...

Hi Patrik, I see something that looks a bit strange to me: https://github.com/patrikhuber/superviseddescent/blob/0179b4b69e3bc6e2bfdae51f3169414444290d63/include/superviseddescent/regressors.hpp#L135 The lambda gets updated, but don't you want this method to be const and use a local...

The half type is already defined in the file cudafp16.hpp: typedef __half half; I'm not sure we can ask nvidia to change this :S but maybe it's possible on the...

Enhancement

Hi, I am trying to use the write function of the ModelUtil, but I suspect it's not saving the weights of my neural net. First question is: using your code,...

I'm reading the example provided here, trying to adapt what I read to another net: https://github.com/leonardvandriel/caffe2_cpp_tutorial/blob/master/include/caffe2/zoo/resnet.h I just wanted to know, when doing a batch normalization, I see that you...

question

Quick note: there are some memory leaks in ModelUtil because of non-virtual destructors.

bug

I have two questions: When I read this: // >>> conv1 = brew.conv(model, data, 'conv1', dim_in=1, dim_out=20, kernel=5) model.AddConvOps("data", "conv1", 1, 20, 1, 0, 5, test); What is dim_out? How...

question

FYI, I think there is a mistake in your code: https://github.com/halide/CVPR2015/blob/b0cc827573bdf0a22dd0213be64982c32b3b1c86/HoGCamera/jni/edge_detect_generator.cpp#L33 This can be negative, Shouldn't you add 2 * PI to the value atan result when it's negative and...