I have a class "NN" which trains a neural network.
The problem is that some of the methods in the class can not be seen/used by the others, line 47 and 50 says "undefined name truncated_normal". I can create an "NN"-class, but when I try call say nn.create_weights()
it throws an error, that "truncated_normal" does not exists. The same goes for af(x)
and daf(x)
Any suggestions?