TensorKIKO: {{ model_name }}

Model Details

Total Parameters: {{ "{:,}".format(model_info.total_params | int) }}

Memory Usage: {{ model_info.memory_usage | round(2) }} MB

Precisions: {{ precisions }}

Estimated FLOPs: {{ "{:,}".format(model_info.estimated_flops | int) }}

Layer Types

    {{ layer_type_html | safe }}
    {{ tree_html | safe }}