🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Quick question about setting parameters

User: "mk"
New Altair Community Member
Updated by Jocelyn
Hello,

I have a simple question which i cant seem to be able to figure out. I have two neural nets on different levels in my process hierarchy. Is it possible to somehow copy the parameters of one (which are set by a parent optimize parameters process) to the other? I have tried passing them using the "clone parameters" process but without success (one problem is that the NN has no input in which i could plug in the clone parameters, also a number of inputs which i would need to make a path from one NN to the other are simply not there). Basically i want both NNs to use the same parameters and i cant figure out how to achieve that.

Thanks in advance for any help.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MariusHelf"
    New Altair Community Member
    Hi,

    just add the Clone Parameters operator before the second NN, but after the optimization and enter the name of the NN operator in the optimization as "source" in the name map of the clone operator and the second NN as target.

    Hope this helps,
    Cheers, Marius
    User: "mk"
    New Altair Community Member
    OP
    I managed to get it working in the meantime using set parameters. Thanks for the explanation.