Deep Learning Extension - Save Layers

btibertbtibert Member, University Professor Posts: 146 Guru
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?

Best Answer

  • ceaperezceaperez Member Posts: 473 Unicorn
    Solution Accepted
    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

Answers

  • btibertbtibert Member, University Professor Posts: 146 Guru
    Oh wow, I can't believe I never thought to try that.  Silly.  Thanks, certainly makes sense!
    ceaperez
Sign In or Register to comment.