From c578ca67ddccce74a81402e1eca8412f55be65d3 Mon Sep 17 00:00:00 2001 From: Purusharth Saxena Date: Tue, 14 May 2024 19:48:06 +0200 Subject: [PATCH] Removed redundant comment --- models/README.md | 1 - 1 file changed, 1 deletion(-) 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]