Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import * as tf from '@tensorflow/tfjs';
  2. import '@tensorflow/tfjs-node';
  3. import * as use from '@tensorflow-models/universal-sentence-encoder';
  4.  
  5. import comments from './comment-training.json';
  6. import comment_testing from './comment-test.json';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement