Created
July 12, 2019 14:09
-
-
Save georgeperry1/d464bb4cd8e35a16f9e7182d9974b7ff to your computer and use it in GitHub Desktop.
import-json.comment-analysis.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as tf from '@tensorflow/tfjs'; | |
import '@tensorflow/tfjs-node'; | |
import * as use from '@tensorflow-models/universal-sentence-encoder'; | |
import comments from './comment-training.json'; | |
import comment_testing from './comment-test.json'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment