Adam Gibson

Results 154 comments of Adam Gibson

@basedrhys was your problem related to the shaded modules? If that was the case, I would like your feedback on this page: https://deeplearning4j.konduit.ai/multi-project/how-to-guides/import-in-to-your-favorite-ide even a quick skim would help a...

@Rolnire do you know why snapshots isn't working for you? Are you trying on a specific platform? It'd be great to ensure the quality of the release. I apologize for...

@Rolnire I addressed your issue. You just need to upgrade your cuda version and you're good to go. Thanks for being open to helping with testing!

@Rolnire that's just related to deeplearning4j-cuda. You can either remove that for now or install deeplearning4j-cuda on my branch here: https://github.com/eclipse/deeplearning4j/pull/9308 Depending on which cuda version you use, ensure you...

@Rolnire rerun the actual downloads first with mvn -U clean package first. Maybe even delete the org/deeplearning4j/deeplearning4j-cuda-11.2/1.0.0-SNAPSHOT directory completely under your .m2 just to be sure. I have multiple unit...

@Rolnire actually that looks great. Sorry for the confusion. Those classes not being found is actually a good thing. That means no old versions are present. I will make sure...

@Rolnire that's indicative of a missing constructor, specifically the data type one. That one is found here: https://github.com/eclipse/deeplearning4j/blob/46dbd0b2035fab86f5d500508af46690b97af7c8/deeplearning4j/deeplearning4j-cuda/src/main/java/org/deeplearning4j/cuda/convolution/CudnnConvolutionHelper.java#L77 I'd still guess something is missing. For now, could you try installing...

@Rolnire : ```bash mvn clean install -DskipTests -Dmaven.test.skip=true ``` That will skip compiling the tests.

@Rolnire actually, you also need to compile deeplearning4j-nn. Please do the same steps as I mentioned above. Those will be the only 2 folders you need. Sorry for the confusion....

@Rolnire ok let me look in to this after M1 is out (should be in the next day or 2) - we'll do a follow up M2 release with a...