Skip to content

Commit

Permalink
Revert "updated relative file path"
Browse files Browse the repository at this point in the history
This reverts commit 9e86506.
  • Loading branch information
Mi1ind committed Jan 18, 2021
1 parent 9e86506 commit ef5f1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import * as tf from '/node_modules/@tensorflow/tfjs';
import * as tfvis from '/node_modules/@tensorflow/tfjs-vis';
import * as tf from '@tensorflow/tfjs';
import * as tfvis from '@tensorflow/tfjs-vis';
import { ForestDataset, FEATURE_NAMES } from './data';
import { normalizeData } from './utils'
import * as ui from './ui';
import regeneratorRuntime from "regenerator-runtime";
import { outerProduct, tensor } from '/node_modules/@tensorflow/tfjs';
import { outerProduct, tensor } from '@tensorflow/tfjs';


const forestdata = new ForestDataset();
Expand Down

0 comments on commit ef5f1f4

Please sign in to comment.