diff --git a/models/README.md b/models/README.md index dde8206..bb2d3d8 100644 --- a/models/README.md +++ b/models/README.md @@ -150,7 +150,6 @@ Optionally, configuration options may be passed to the model by the client: `con For more flexibility, the model's input and output dimensions may optionally depend on `config`. ``` -# Define the model behavior function evaluate(input::Vector{Any}, config::Dict{String, Any}) output = 2 * input return [output]