ehsanhaghighat/sciann

how to call model.get_weights() ?

Closed this issue · 2 comments

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?

Also is there any community for general discussion of Sciann packages/working in stackoverflow or any other medium

you can access the weights by md.model.get_weights() where md=sn.SciModel() you created.