Skip to main content

The New Version of the Free-style machine-Learning Open Platform System

Project description

nvflops

The New Version of the Free-style machine-Learning Open Platform System

Key concepts

  • All results from participants are recorded with mandatory metadata, such as parents, creator, creator's role.
  • Blobs of results (the large binary information) are stored in S3 or other dedicate blob storage space. Their addresses (bucket and object in S3 use case) are stored in the mandatory metadata.
  • Parents and children are many-to-many relationship. That is, one result can have multiple parents (aggregation operation). One parents can have multiple results (client's local training).
  • Results can include additional metadata (custom_field) as flat dictionary. Search can perform against those custom_field.

Aggregation style operation as shown in this graph. alt text

Package requirements

In current implementation, vflops requires a blob storage space and only S3 is supported. Full S3 authentication with AWS IAM credential will be implemented in the future. For local development and test, you can install [minio][https://min.io/download#/linux). Minio Python package is required, but it should be easy to replace it with boto3.

The backend database can be any SQL database supported by SQLAlchemy. However, you will need to setup your own database management system.

Installation

We plan to have nvflops wheel package available on PyPi. You can choose to install via source codes.

pip install -e .

in nvflops folder (same level as setup.py)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

nvflops-0.0.1.dev2-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page