From 9091117e672d47a0bac84dbf51eeb05112a36a1f Mon Sep 17 00:00:00 2001 From: straile Date: Wed, 30 Oct 2024 16:51:20 +0100 Subject: [PATCH] docs: add k-means user script variables to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6939e96c3..d4b33e686 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ for larger models, especially on GPU). Defaults to false. will be used to separate the field in a reactive and a non-reactive cluster. Training and inference will be done with separate models for each cluster. -- `- model_reactive_file_path` [*string*]: Path to the Keras model file with +- `model_reactive_file_path` [*string*]: Path to the Keras model file with which the AI surrogate model for the reactive cluster is initialized. If ommitted, the models for both clusters will be initialized from `model_file_path`