how could this happen, how to fix it? #1072
Unanswered
kameronren
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
jdl version: 0.11.0
net.setInitializer(new XavierInitializer(),Type.WEIGHT);
net.setInitializer(new NormalInitializer(),Type.BIAS);
net.initialize(manager, DataType.FLOAT32,new Shape(32,3,256,256));
System.out.println(net.isInitialized()); // the print result is "false", why?!! how to fix it??
Beta Was this translation helpful? Give feedback.
All reactions