Skip to content

Commit

Permalink
removed header from similarity scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cpietsch authored Jun 19, 2022
1 parent 5340026 commit fd9a2e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions similarity/tsne.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
// christopher pietsch 2018
// cpietsch@gmail.com

const d3 = require("d3")
const fs = require('fs');
// const fsPromises = require('fs').promises
var path = require("path");
const glob = require('glob-promise');
const localPath = i => path.relative(process.cwd(), i)
const argv = require('minimist')(process.argv.slice(2));
// const tf = require('@tensorflow/tfjs');
// const tsne = require('@tensorflow/tfjs-tsne');
const { createCanvas, loadImage } = require('canvas')
const tsnejs = require('./lib/tsne.js');
Expand Down
3 changes: 0 additions & 3 deletions similarity/umap.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// christopher pietsch 2018
// cpietsch@gmail.com

const d3 = require("d3")
const fs = require('fs');
// const fsPromises = require('fs').promises
Expand Down

0 comments on commit fd9a2e4

Please sign in to comment.