You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @km5ar,
to get a summary of the currently added adapters, you can use the adapter_summary() function like this:
print(model.adapter_summary())
For an example script & output, see here: #371
You can then sum up the "#Param" column values to get the total number of parameters added.
Alternatively, if you want a function that directly returns the total number of added parameters, you could write a new function based on the implementation of adapter_summary(). This would need just very few changes; the relevant part in the code is here:
Is there anyway we can calculate the total parameter added to original model?
The text was updated successfully, but these errors were encountered: