<!doctype html><html> <head> </head> <body></body> <script> .then(m => { console.log(m) }) </script></html>WebGL: CONTEXT_LOST_WEBGL: loseContext: context losttf...@0.10.3:1 Uncaught (in promise) Error: Failed to link vertex and fragment shaders. at Object.n.linkProgram (tf...@0.10.3:1) at e.createProgram (tf...@0.10.3:1) at Object.n.compileProgram (tf...@0.10.3:1) at tf...@0.10.3:1 at e.getAndSaveBinary (tf...@0.10.3:1) at e.compileAndRun (tf...@0.10.3:1) at e.matMul (tf...@0.10.3:1) at a.ENV.engine.runKernel.a (tf...@0.10.3:1) at e.runKernel (tf...@0.10.3:1) at e.matMul (tf...@0.10.3:1)model = Sequential()model.add(LSTM(256, input_shape=(seq_length, vocab_size)))model.add(Dropout(0.2))model.add(Dense(vocab_size))model.add(Activation('softmax'))
optimizer = RMSprop(lr=0.01)model.compile(loss='categorical_crossentropy', optimizer=optimizer, metrics=['acc'])import tensorflowjs as tfjstfjs.converters.save_keras_model(model, 'D:/models/')--
You received this message because you are subscribed to the Google Groups "TensorFlow.js Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tfjs+unsubscribe@tensorflow.org.
Visit this group at https://groups.google.com/a/tensorflow.org/group/tfjs/.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/tfjs/751551f5-eefc-46ad-b484-302a7bb88a3e%40tensorflow.org.
To unsubscribe from this group and stop receiving emails from it, send an email to tfjs+uns...@tensorflow.org.
To unsubscribe from this group and stop receiving emails from it, send an email to tfjs+unsubscribe@tensorflow.org.
Visit this group at https://groups.google.com/a/tensorflow.org/group/tfjs/.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/tfjs/8d97a29e-cdc6-46b1-976c-8868fa849bcd%40tensorflow.org.