dlpy.model.Model.set_weights_attr¶
-
Model.
set_weights_attr
(attr_tbl, clear=True)¶ Attach the weights attribute to the model weights
Parameters: - attr_tbl : CASTable or string or dict
Specifies the CAS table that contains the weights attribute table
- clear : bool, optional
Specifies whether to drop the attribute table after attach it into the weight table.