Skip to content

polyaxon/polyaxon-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: Apache 2 Slack Docs GitHub GitHub

polyaxon-examples

Code for polyaxon tutorials and examples.

This is the code used for latest version of Polyaxon

This repository contains examples of using Polyaxon with all major Machine Learning and Deep Learning libraries, including fastai, torch, sklearn, chainer, caffe, keras, tensorflow, mxnet, and Jupyter notebooks.

If you don't see something you need, Don't hesitate to contact us.

Examples Structure

This repository has 2 main directories containing examples for running experiments in-cluster, i.e. scheduled and managed by a Polyaxon Deployment, as well as experiment running on different platforms and tracked by Polyaxon, i.e. experiments running on laptops, spark, other platforms.

The examples have a comment # Polyaxon to show what is added to a raw code to enable the lightweight Polyaxon integration.

Getting Started

If you are new to Polyaxon we recommend reading our quick-start guide which explains some of the core Platform capabilities.

Setup & Installation

Please check our documentation to learn about how to deploy Polyaxon.

All examples (in-cluster and on other examples running on other platforms) require our client to track and add instrumentation to the experiments.

in-cluster Examples

In order to run these examples, you need to deploy a Polyaxon with a scheduling component enabled.

Tracking Examples

These examples should run outside of a Polyaxon cluster.