Alex Black
Alex Black
If at all possible, I'd like to handle this at the Java / import level, and not introduce a cudnnRNN op or anything at the libnd4j level. IMO that's a...
That method was removed intentionally. So in other words, the javadoc on the site is out of date :/ https://static.javadoc.io/org.deeplearning4j/deeplearning4j-nn/1.0.0-beta4/org/deeplearning4j/nn/multilayer/MultiLayerNetwork.html
Attempted to simply shade freemarker library in this PR: https://github.com/KonduitAI/deeplearning4j/pull/318 Problem is an obscure resource loading issue on linux-x86_64 CI. Not reproducible locally (windows, linux). Not reproducible using the exact...
It's more a case of having the time to write the implementation... it'll be quicker/easier once SameDiff (our ND4J autodiff library) is done. Anyway, we certainly will add it eventually...
I just ran the example using latest dl4j-examples master (including a fresh data download). It ran without issue. Are you sure this hasn't been modified in any way (either the...
It's similar to #1020 (is so far as both involve Kotlin codegen for errors) but I think it's a different issue. There, it looks like the problem is a clash...
From gitter: Cause for one user was discard merge strategy removing all of the service loader files: ``` assemblyMergeStrategy in assembly := { case PathList("META-INF", xs @ _*) => MergeStrategy.discard...
Forwarding is a good idea 👍 However, I think this should stay open: https://deeplearning4j.org/docs/latest/nd4j-overview It's the same content, and the same issues apply - i.e., it hasn't been thoroughly reviewed/updated...
@crockpotveggies thanks. Let me know where. I probably wont be able to get to actually writing/updating these docs until next week.
Yeah, @crockpotveggies and I discussed this privately on gitter. tl;dr data in just about any format would work for a basic demo, as we can convert it to SMILES or...