Leon Chen
Leon Chen
Breaking changes - [X] remove legacy layers MaxoutDense, TimeDistributedDense, and Highway - [X] BatchNormalization layer no longer supports the mode argument - [X] update weights serialization API changes - [X]...
WebGL2 is here, and there are a number of features worth exploring: - direct texel lookups - texture arrays - non-power-of-2 textures Will see if they offer any significant speedups....
Would it be possible to specify stroke color in the `WriteToSVG` and `WriteToPNG` functions (to change [this line](https://github.com/fogleman/ln/blob/master/ln/path.go#L107) and [this line](https://github.com/fogleman/ln/blob/master/ln/path.go#L167), respectively)? Would be happy to submit a PR if...