Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'module' object is not callable #18

Open
sakib160205029 opened this issue May 4, 2021 · 1 comment
Open

'module' object is not callable #18

sakib160205029 opened this issue May 4, 2021 · 1 comment

Comments

@sakib160205029
Copy link

I'm new to python.
I'm getting this error when I run classify.py

TypeError Traceback (most recent call last)
in
29 # creating the hidden layer of neurons
30 for i in range(n):
---> 31 neuron(a)
32 layer2.append(a)
33

TypeError: 'module' object is not callable

please help me solve this error

@nuto410
Copy link

nuto410 commented Jul 27, 2023

It looks like you've modified the original code.
Line 31 should read
a = neuron()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants