-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
When executing cell #9 (model = DNN(X, Y) ), I run into an error:
TypeError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_31772\1681029042.py in <cell line: 1>()
----> 1 model = DNN(X, Y)
C:\ProgramData\Miniforge3\envs\HMC_ML_env_py3.8.8\lib\site-packages\ManufacturingNet\models\DNN.py in init(self, X, Y, shuffle)
331
332 # building a network architecture
--> 333 self.net = (DNN(self.default_gate)).double()
334
335 print('='*25)
TypeError: init() missing 1 required positional argument: 'Y'
Metadata
Metadata
Assignees
Labels
No labels