strokenet icon indicating copy to clipboard operation
strokenet copied to clipboard

a neural network that draws digits using strokes

Results 5 strokenet issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [koa-bodyparser](https://github.com/koajs/bodyparser). These dependencies need to be updated together. Updates `qs` from 4.0.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix]...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [pug](https://github.com/pugjs/pug) from 2.0.3 to 3.0.1. Release notes Sourced from pug's releases. [email protected] Bug Fixes Update with to resolve core-js deprecation notice (#3259) [email protected] Bug Fixes Sanitise the pretty option...

dependencies

Hi, I tried to run train.py but got this error. Traceback (most recent call last): File "/home/shuwen/projects/strokenet/train.py", line 184, in train_agent_mnist('./model/gen.pkl', './model/mnist_agent.pkl') File "/home/shuwen/projects/strokenet/train.py", line 113, in train_agent_mnist loss =...

Hi, I finished training 'coord_encoder' and move on to generate three-body dataset. But it looks like the 'file_cnt' pointer is not moving forward. ``` while file_cnt < 65537: generate() print(file_cnt)...