photopea / UNN.js

Deep Learning in JS. Alternative to TensorFlow and ConvNetJS, that is 4x faster.
MIT License
130 stars 18 forks source link

Doesnt seem to parse from convnet #6

Closed TrevorBlythe closed 2 years ago

TrevorBlythe commented 3 years ago

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.

photopea commented 3 years ago

Hi, could you share your Convnet network (a JSON file) with us?