🎉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

Deep Learning Extension - Save Layers

User: "btibert"
New Altair Community Member
Updated by Jocelyn
Is it possible to extract the weights of a layer trained with the Deep Learning extension?  My specific use case here would be to look at the embedding weights that were trained in our model.  Another idea here would be to review the features extracted as part of a CNN model for image classification?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Caperez"
    Altair Community Member
    Accepted Answer
    Hi @btibert

    You can see the weights of each layer just connecting the wei port of Deep Learning operator to a res port.

    The result is a IOObject collection with examples sets with the weights of each layer.  

    Best. 

    Cesar
    User: "btibert"
    New Altair Community Member
    OP
    Oh wow, I can't believe I never thought to try that.  Silly.  Thanks, certainly makes sense!