Budi K

Results 8 issues of Budi K

adding ability to pass classical inheritance object ``` co(function* () { function Human(name, age) { this.name = name; this.age = age; } Human.prototype.getName = function() { return this.name; }; Human.prototype.getAge...

just download or how ?. im trying to use caffe with this module Thanks

Haloo I used your dropout version of Convnet for Food classification. I have 8 batches : 1-6 : train, 7 validation and 8 for test I followed the methodology https://code.google.com/p/cuda-convnet/wiki/Methodology...

I'm trying to install the extension on Chrome to other Win-32 bit PC and got this error message ``` NativeApp disconnected: Error when communicating with the native messaging host. ```...

Haloo, from the issue i posted here https://github.com/dnouri/cuda-convnet/issues/2 , there is a typo the images shud be 14thousands not million , sorry. the error message when i ran the make-batch...

How to prevent the default img/video2.webm from being called in Video Component? by default its always being called. So it always show HTTP error everytime the Block video is dragged...

``` import plugin from 'grapesjs-rte-extensions'; import 'grapesjs-rte-extensions/dist/grapesjs-rte-extensions.min.css'; ``` ```javascript editor.current = grapesjs.init({ container: "#gjs", // ... plugin: [plugin], pluginsOpts: { [plugin]: { align: false } } }); ``` no idea....

Adding example for using Facebook Pixel with Remix