Samuel Audet

Results 2140 comments of Samuel Audet

So, please fix it and send a pull request to my repository, thanks!

Please go ahead @avinningo. Start by sending a pull request starting with "[WIP]" in its name so @raver119 can review it more easily as you write it. Thanks!

@crockpotveggies would be the one to know.

I don't see these changes as "minimally invasive". What prevents us from creating an nd4j-osgi module like the nd4j-uberjar module that doesn't require any changes to the other modules?

Both backends can be built in the same uber JAR, that's not an issue. If we need to add a dependency on OSGi like that, we'll need to make sure...

@timothyjward No, not really unfortunately. It's pretty manual running examples from dl4j-examples for most such integration tests.

FYI, it wouldn't be too hard getting a Java interface to the C++ library, if that's all you're looking for: https://github.com/bytedeco/javacpp-presets/issues/346

Thanks @namsor! > The JNI interface is built using javacpp. Would be nice to add it to the presets! /cc @vinhkhuc

I think the DL4JImageRecognition example expects users to put the trained_mnist_model.zip resulting from MnistImagePipelineExampleSave in their resources, but that's not clear... Let us know if you encounter any problems with...