accelerator.js
Version:
A mininal binding to bind generics.js with tensorflow to use GPU / CUDA.
30 lines (29 loc) • 639 B
JSON
{
"name": "accelerator.js",
"version": "2.5.0",
"description": "A mininal binding to bind generics.js with tensorflow to use GPU / CUDA.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/generic-matrix/accelerator.js.git"
},
"scripts": {
"test": "node test.js"
},
"files": [
"src"
],
"keywords": [
"generics.js",
"TF",
"cuda",
"tensorflow"
],
"author": "kaustubh Bawankar <appdevcorp999@gmail.com>",
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs-node": "1.3.2",
"@tensorflow/tfjs-node-gpu": "1.3.2",
"nano-time": "1.0.0"
}
}