Adam Gibson

Results 154 comments of Adam Gibson

@marcoromelli we have workarounds for this in the record reader: https://github.com/eclipse/deeplearning4j/blob/master/datavec/datavec-data/datavec-data-image/src/main/java/org/datavec/image/recordreader/BaseImageRecordReader.java#L352 Generally, different frameworks will have different input image formats they expect. The NativeImageLoader should be used with the expectation...

Ah, sorry. I looked at the other github issue. That helped a bit. cc @saudet here as well just in case. Let me spend some time in the debugger here.

@marcoromelli also you mentioned not being able to import mobilenet. Could you clarify what happened there maybe in a separate issue? We have multiple forms of input including keras and...

@marcoromelli just added ``` Nd4j.getExecutioner().setProfilingConfig(ProfilerConfig. builder().checkForNAN(true) .checkForINF(true) .build()); ``` to your script and I'm getting a JVM crash now. I'm guessing this is an addressing issue and it's bumping in...

@marcoromelli I looked in to this and noticed a dup() call will give consistent results. While it's not ideal, it's at least a workaround for now. It has something to...

@jSaso do you have the custom class that's being used here? This isn't an official model and contains custom classes. I will need that as well. It looks like its...

@jSaso thanks let me take a look this weekend. Will try to clear out the small backlog. Thanks!

@gregbarton if you want feel free to submit a pull request if you have the fix and we can get you credit. I will be happy to review! Thanks! Please...

@thofer appreciated. We're getting ready to do the release now. Sorry we've been busy with retooling the CI infra and finishing the new model import engine, so minor bugs haven't...

I'm guessing this is libc related potentially? I think we only support centos 7 in our binaries. @saudet ?