The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

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: 541 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

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!
Sign In or Register to comment.