Impulse #1
Upload pretrained model - Step 1: Upload a model
1. Upload your trained model
Upload a
TensorFlow SavedModel (saved_model.zip),
ONNX model (.onnx),
TensorFlow Lite model (.tflite),
LGBM model (.txt),
XGBoost model (.json) or
pickle model (.pkl)
to get started.
2. Model performance
Do you want performance characteristics (latency, RAM and ROM) for a specific device?
Step 2: Process "tf_lite_quantized_model.tflite"
Configure model settings for optimal processing.
Model input
Input shape: (128, 128, 3)
How is your input scaled?
Input should be in RGB format (one value per pixel). If your model uses a different channel order, or is scaled differently, then select "Other".
Model output
Output shape: (10)
Output labels (10)
Enter labels for your model separated by ','.
On-device performance
MCUs
EON Compiler | TFLite | ||||
---|---|---|---|---|---|
Device | Latency | RAM | ROM | RAM | ROM |
Low-end MCU | 19,458,911 ms. | 2.4M | 3.6M | 2.9M +498.5K | 3.6M +18.9K |
High-end MCU | 264,752 ms. | 2.4M | 3.6M | 2.9M +497.5K | 3.6M +21.1K |
+ AI accelerator | 264,752 ms. | 2.4M | 3.6M | 2.9M +497.5K | 3.6M +21.1K |
Microprocessors
Device | Latency | Model size |
---|---|---|
CPU | 4,557 ms. | 3.5M |
GPU or accelerator | 760 ms. | 3.5M |
Check model behavior
Upload test data to ensure correct model settings and proper model processing. (Optional)
Upload an image
Upload an image to try out your model. The image will be automatically resized to
128x128 (RGB).