Skip to content

DNN_tutorial jupyter notebook not working #1

Description

@DirkH79

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions