{{ project['name'] ?? 'Project name' }}

Congratulations! You've just created this project.
Optimizations
You can start by adding new optimization for your model.
Benchmarks
Add new benchmark to check out the performance and accuracy of initial and optimized model.
Profiling
In this tab you can run profiling to find out the performance of each layer of your model.

Profiling is not available for this model.

Datasets
Add new datasets to experiment with the model.
Graph
Here you can see the graphic visualization of the model.

Graph is not available for this model.

Project info

Project details

Project name {{ project['name'] }}
Created at {{ project['created_at'] }}
Modified at {{ project['modified_at'] }}
Framework {{ project['input_model']['framework']['name'] }}
Domain {{ project['input_model']['domain']['name'] }}
Size {{ project['input_model']['size'] }} MB
Input model path {{ project['input_model']['path'] ? getFileName(project['input_model']['path']) : null }}

Notes