Claudiu
Claudiu
@davisking Just to be sure, is that C++ code the one used to train this model? I'd like to transfer learn on my own dataset and want to be sure...
Also we’re rhe input images aligned centered cropped etc or just resized to 150x150 with a crop from a face finding model? Also be helpful to know this just in...
Ah thanks for that! Very helpful. I managed to get it to train a few steps on some images of my own. However I couldn’t load it into a net_type...
Is there any way to get the batch norm form of the model on the repo? Or is this reserved for secret sauce not for public consumption? :). I understand...
An update: If instead the template is: ``` ``` Then I find the following behavior: - If I type `fe`, then tab away, the error shows _without_ the `small`. -...
Another update, the initial bug I found. If I have ``` validation-max-length="{template:'/views/errorTemplateOne.html', value:10}" ``` Using that same `` template, then on the 11th character it shows the proper error message,...
I want to second this request! It'd be very helpful for our use cases.
Ok, by poking in the source I've discovered it's just this: ``` var oboeStream = oboe(); // for every chunk of data: oboeStream.emit('data', chunk); ``` I'd recommend a documentation improvement...
cli default value makes sense semantically. It means: "If no value is specified anywhere, this is the value used." If the program can run meaningfully with a default value, then...
I've put it on my "to do someday list" to implement this and make a PR... this may be a matter of months until I get around to it. But...