We use a simple user interface to run experiments on customized cloud platform.

Here’s a step-by-step guide to create and run an experiment:

1. Create an experiment

Let's create an experiment at first. Click "Create New" to create a new experiment or "History" to use/modify a previous experiment

8.png

2. Experiment Parameters

Set up the environment for your experiment 1) Enter "Name" as the name of the experiment and "Description" to describe the details of the experiment 2) Choose "Image" which includes the environment and basic setup-package 3) Choose the core number of "CPU", size of "RAM" and type of "GPU"

You can choose on-demand or spot instance in "Instance type" (Spot instance will cost less but use an unstable instance)

Screen Shot 2023-01-23 at 3.51.15 PM.png

Currently, only certain combinations of CPU, RAM and GPU will lead to a successful experiment:

CPU RAM GPU
2 2, 4, 8 None
4 16, 61 None, K80
8 32, 61 None, V100
16 122 M60

3. Choose Function and Requirements

Upload your model function with a trainer to find the optimal weights and hyperparameters, or you can only design your own model and use our trainer

You can upload / delete function, model and requirements here.

User Function/Model will be saved in the File Manager.

7.webp

4. Function / Model Configuration

Our **Magic Object** will automatically load function or model arguments into Function Config. If you just have a model without trainer, our Trainer Config can set hyperparameters for you. There are some basic settings in Trialer Config for the experiment to follow.