Skip to content

Chapter 3. Quick Start

1. Install XGen

2. Start XGen

Run the following command on an XGen machine to start XGen shell:

run_xgen --name <username>

Shell mode

In XGen shell, run the following command to start XGen:

XGen

Webserver mode

In XGen shell, type the following command to launch the web server(more information XGen webserver usage):

XGen webserver

3. Input requests

In XGen shell, can input requirements through interactive shell like below: XGen screenshot

Inx XGen webserver, can input requirements through XGen Web UI like below:

XGen Web UI

4. Wait for the result

* XGen will automatically compress the model and optimize the code to meet the required latency while maximizing the
  accuracy. The result comes out in several minutes and is stored in `/root/output/DigitNet_MNIST/`. The info about
  the final model and paths is shown on the screen:

In XGen shell:

XGen screenshot

In XGen Web UI: XGen Web UI output