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
"description": "Brain.js in a distributed system. Train in async on your local machine, in async accross many machines, or on something like a Beowulf cluster.",
"main": "cluster.js",
"scripts": {
"down": "klyng --beacon-down",
"up": "klyng --beacon-up",
"start": "klyng -n 6 cluster.js",
"example": "klyng -n 6 example.js",
"test-sizes": "klyng -n 2 test-size.js && yarn down && klyng -n 4 test-size.js && yarn down && klyng -n 8 test-size.js && yarn down && klyng -n 16 test-size.js && yarn down && klyng -n 32 test-size.js && yarn down && klyng -n 64 test-size.js && yarn down && klyng -n 128 test-size.js",