@@ -45,34 +45,4 @@ Once the training is complete, you can apply a trained DAN model on an image.
To do this, you will need to:
1. Create a `parameters.yml` file using the parameters saved during training in the `params` file, located in `{training_params.output_folder}/results`. This file should have the following format:
```yml
version:0.0.1
parameters:
max_char_prediction:int
encoder:
input_channels:int
dropout:float
decoder:
enc_dim:int
l_max:int
dec_pred_dropout:float
attention_win:int
use_1d_pe:bool
use_lstm:bool
vocab_size:int
h_max:int
w_max:int
dec_num_layers:int
dec_dim_feedforward:int
dec_num_heads:int
dec_att_dropout:float
dec_res_dropout:float
preprocessings:
-type:str
max_height:int
max_width:int
fixed_height:int
fixed_width:int
```
2. Apply a trained DAN model on an image using the [predict command](../usage/predict.md).
1. Apply a trained DAN model on an image using the [predict command](../usage/predict.md).