MCPcopy Create free account
hub / github.com/VivekPa/AIAlpha / __init__

Method __init__

models/nnmodel.py:9–10  ·  view source on GitHub ↗
(self, input_shape)

Source from the content-addressed store, hash-verified

7
8class NNModel:
9 def __init__(self, input_shape):
10 self.input_shape = input_shape
11
12 def make_model(self):
13 input_data = kl.Input(shape=(1, self.input_shape))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected