How to predict with an imported Keras model

@agibsonccc Thanks everything works fine now. Gradle was unable to get the snapshots. I had to download the dependencies using maven then use mavenLocal() in my gradle.

Right now my project is bundled with all the platform dependencies. How can I reduce that?

Thanks for the help so far.

@Cherrio-LLC glad you got it solved! Yeah gradle can be messy. Sorry about that.

@agibsonccc Thanks once again. I’ve been able to make predictions successfully now.

Is there anyway I can reduce dependencies on platform im not targeting? Just stick with just windows platform??

@Cherrio-LLC see here: GitHub - bytedeco/gradle-javacpp: Gradle plugins to automate the build process of JavaCPP and JavaCV
If you specify the javacppPlatform (similar to maven’s javacpp.platform) then you should be able to avoid using everything.

1 Like