You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
I believe this error springs because some of the shader code used in here specifies that the shader program should run using glsl version 300 es [e.g.] while other shader programs [e.g.] used here do not specify the glsl program version number.
Adding a consistent version 300 es declaration to the start of all programs should clear up the "Versions of linked shaders have to match" error...
duhaime
added a commit
to duhaime/tfjs-tsne
that referenced
this issue
Apr 29, 2020
This one: https://storage.googleapis.com/tfjs-examples/tsne-mnist-canvas/dist/index.html
This demo page is obtained as an example of tfjs-tsne here: https://github.com/tensorflow/tfjs-tsne ("Example" section)
The text was updated successfully, but these errors were encountered: