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

One potiential error for how to input weights of the custmized NN in the txt file in your PDF example #13

Open
yuanggeng opened this issue Mar 7, 2023 · 1 comment

Comments

@yuanggeng
Copy link

In your PDF example about how to input your custmized NN model, it says first we should input all the weights in this layer and then we should input the bias in this layer. The sequence is like "w1,w2,w3,...,w20, b1,b2,...,b10". But after checking the code "Network_parser.py", I think we should input the each neuron in this layer, namely "w1,w2, b1, w3, w4, b2, w5, w6, b3,..., w19, w20, b10 ". Could you double check that part please? Thank you so much.

@JmfanBU
Copy link
Owner

JmfanBU commented Mar 8, 2023

Yes, what you understand is correct. Sorry for the confusion. I will update the pdf. Thanks for catching that!

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