Deep Learning Extension - Save Layers

btibert
btibert New Altair Community Member
edited November 2024 in Community Q&A
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?
Tagged:

Best Answer

  • Caperez
    Caperez Altair Community Member
    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

Answers

  • Caperez
    Caperez Altair Community Member
    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
  • btibert
    btibert New Altair Community Member
    Oh wow, I can't believe I never thought to try that.  Silly.  Thanks, certainly makes sense!