discreet-dml

1.0.1 • Public • Published

Instructions on Using the DML Library

  1. Install the DML Library (must be using Python 2.7).
npm install discreet-dml
  1. Import the library.
const discreetai = require('discreet-dml');
  1. Set the repo_id. This should come from your newly created repo.
repo_id = sample_repo_id;
  1. Get your data. Must be of type Tensor2D.
data = getData();
  1. Bootstrap the library with your repo_id. This stores the data with a repo name and waits for incoming library requests to train on your data!
discreetai.bootstrap(repo_id, data);

You can see an example in test/sample.js.

Package Sidebar

Install

npm i discreet-dml

Weekly Downloads

4

Version

1.0.1

License

ISC

Unpacked Size

31.5 kB

Total Files

13

Last publish

Collaborators

  • neelesh.dodda