tfjs-tsne icon indicating copy to clipboard operation
tfjs-tsne copied to clipboard

update to latest tjfs-core and get build working again

Open jebeck opened this issue 5 years ago • 2 comments

Cf. discussion in #76, this is a start at getting tfjs-tsne working with the latest tfjs-core. (At @stitchfix, we really want the Web Worker & OffscreenCanvas support that's now in tfjs-core!)

This branch successfully builds the library (with some hacks like the tsconfig.json change to suppressImplicitAnyIndexErrors 👀 ), but when I link it into a consuming app I get the same error reported in #77: "Failed to link vertex and fragment shaders"

Perhaps this branch can be a jumping off point for someone who knows the tfjs-core API better than I do? (Which is not at all!)


This change is Reviewable

jebeck avatar Aug 15 '19 22:08 jebeck

Same error reported in #55 #62 #81.

Fil avatar Aug 16 '19 09:08 Fil

I've been out of the loop of the new tfjs-core, @tafsiri can you or someone else have a look into this?

Nicola17 avatar Oct 28 '19 20:10 Nicola17