MCPcopy Create free account
hub / github.com/rushter/MLAlgorithms / is_training

Method is_training

mla/neuralnet/layers/basic.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35
36 @property
37 def is_training(self):
38 return self._train
39
40 @is_training.setter
41 def is_training(self, is_train=True):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected