From 32cc73f90fe8b933cd9297d4712e2f8b093564e1 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Tue, 10 Dec 2024 23:48:06 +0100 Subject: [PATCH] - align readme from old repo --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 31d964b..44d6319 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ The model notebooks are located in the `/models` directory, organized by differe ### Synthetic Data Generation The script for generating synthetic training data is located at: ```/olive_oil_train_dataset/create_train_dataset.py``` +#### Command +`` +python -m olive_oil_train_dataset.create_train_dataset --random-seed 42 --num-simulations 100000 --batch-size 10000 --max-workers 20 +`` + This script is responsible for creating synthetic data used in training the olive oil production model. ### Utility Functions