Error: Cannot find module '@tensorflow/tfjs'
--
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+uns...@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/fb9390ae-07b0-4e20-bfe7-002bcd7a1d44%40tensorflow.org.
ip-192-168-22-127:lstm-text-generator loretoparisi$ node index.js
2018-09-28 18:28:45.819026: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.2 AVX AVX2 FMA
(node:23580) Warning: N-API is an experimental feature and could change at any time.
Orthogonal initializer is being called on a matrix with more than 2000 (65536) elements: Slowness may result.
_________________________________________________________________
Layer (type) Output shape Param #
=================================================================
lstm_LSTM1 (LSTM) [null,128] 109056
_________________________________________________________________
dense_Dense1 (Dense) [null,84] 10836
=================================================================
Total params: 119892
Trainable params: 119892
Non-trainable params: 0
_________________________________________________________________
ip-192-168-22-127:lstm-text-generator loretoparisi$