MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / trainable_variables

Method trainable_variables

tensorflow/python/keras/engine/base_layer.py:1738–1739  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1736
1737 @property
1738 def trainable_variables(self):
1739 return self.trainable_weights
1740
1741 @property
1742 def non_trainable_variables(self):

Calls

no outgoing calls