Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rushter/MLAlgorithms
/ shape
Method
shape
mla/neuralnet/layers/normalization.py:157–158 ·
view source on GitHub ↗
(self, x_shape)
Source
from the content-addressed store, hash-verified
155
raise
NotImplementedError(
"Unknown model shape: {}"
.format(X.shape))
156
157
def
shape(self, x_shape):
158
return
x_shape
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected