var net = UNN.util.fromCNJS(JSON.parse(mod));
alert(net);
to make a network from a cnjs string;
the mod is a string of the JSON but the code doesn't run after that.
net doesn't alert. Some more useful info might be that the model is
pretty big. Another useful thing to know is that it works when I use convnetjs.
I am using
var net = UNN.util.fromCNJS(JSON.parse(mod)); alert(net);
to make a network from a cnjs string; the mod is a string of the JSON but the code doesn't run after that. net doesn't alert. Some more useful info might be that the model is pretty big. Another useful thing to know is that it works when I use convnetjs.