joshmurr / js-model-manipulation

An experiment in intereactively manipulating the weights of a CNN.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues

  • TensorflowJS (or more likely WebGL) apparently has an issue with NVIDIA and Firefox. You'll see the following errors:
Uncaught (in promise) Error: Failed to compile fragment shader.

...

Couldn't parse line number in error: 0(32) : error C7532: global function uintBitsToFloat requires "#version 330" or later
0(32) : error C0000: ... or #extension GL_ARB_shader_bit_encoding : enable
0(32) : error C0000: ... or #extension GL_ARB_gpu_shader5 : enable
  • but currently it works ok in Chrome.

About

An experiment in intereactively manipulating the weights of a CNN.


Languages

Language:TypeScript 80.8%Language:JavaScript 14.1%Language:HTML 2.7%Language:SCSS 2.4%