how to call model.get_weights() ?
Closed this issue · 2 comments
adxtop1 commented
I am creating a Loss Landscape for my model and for that I require the values of weights. model.get_weights() which is a Keras implementation seems not to work, any other way round this?
adxtop1 commented
Also is there any community for general discussion of Sciann packages/working in stackoverflow or any other medium
adxtop1 commented
you can access the weights by md.model.get_weights() where md=sn.SciModel() you created.