Deep Learning Extension Source Code?

User146561
User146561 New Altair Community Member
edited November 2024 in Community Q&A
Hello,

I am looking for the source code of the Deep Learning Extension. In particular I am intereseted of how to bundle the different platform dependent jars into the extention jar and the load it dynamically.

Since the Extension is labeled as AGPL Licence I suspect the code should be available. Unfortunately I could only find a very old repo from rapidminerchina here: https://github.com/LostSummer233/rapidminer-extension-dl4j-pack

Where can I find the source of the current version? Any help to solve the mystery of loading the nd4j stuff dynamically in RapidMiner would be appreciated!

Thanks!

Best Answer

  • pschlunder
    pschlunder New Altair Community Member
    Answer ✓
    the code is currently only handed out on request. Please contact me via DM with your E-Mail address so I can provide you access to the code.

    We've created our own loading mechanism for switching between backends during runtime. If you have questions about that @jczogalla can help.

    Hope this helps.
    Philipp

Answers

  • varunm1
    varunm1 New Altair Community Member
    @pschlunder any insights here?
  • sgenzer
    sgenzer
    Altair Employee
    edited December 2019
    hi @User146561 and @varunm1 the folks in Dortmund are working on this. I gave them a gentle nudge this morning. :)

    Scott
  • pschlunder
    pschlunder New Altair Community Member
    Answer ✓
    the code is currently only handed out on request. Please contact me via DM with your E-Mail address so I can provide you access to the code.

    We've created our own loading mechanism for switching between backends during runtime. If you have questions about that @jczogalla can help.

    Hope this helps.
    Philipp
  • User146561
    User146561 New Altair Community Member
    Thank you I received the code via private e-mail -- it is very helpful to understand the nd4j loading!