dlpy.model.Model.set_weights_attr

Model.set_weights_attr(attr_tbl, clear=True)

Attach the weights attribute to the model weights

Parameters
attr_tblCASTable or string or dict

Specifies the CAS table that contains the weights attribute table

clearbool, optional

Specifies whether to drop the attribute table after attach it into the weight table.