You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: