{#if model.status == 2}
{#if has_data} {#if number_of_invalid_images > 0}

There are images {number_of_invalid_images} that were loaded that do not have the correct format.DeleteZip These images will be delete when the model trains.

{/if}
Model Type

{:else}

To train the model please provide data to the model first

{/if} {:else}
{#if has_data}

This model has new classes and can be expanded

{#if number_of_invalid_images > 0}

There are images {number_of_invalid_images} that were loaded that do not have the correct format.DeleteZip These images will be delete when the model trains.

{/if} {:else}

To train the model please provide data to the model first

{/if} {/if}