From 74916565de9be9320902f6e0cf731314b272e99f Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Sun, 2 Mar 2025 15:44:55 -0500 Subject: [PATCH] warning for develop examples Signed-off-by: Michele Dolfi --- docs/examples/develop_formula_understanding.py | 4 ++++ docs/examples/develop_picture_enrichment.py | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/examples/develop_formula_understanding.py b/docs/examples/develop_formula_understanding.py index 2c631a8d..3cdef489 100644 --- a/docs/examples/develop_formula_understanding.py +++ b/docs/examples/develop_formula_understanding.py @@ -1,3 +1,7 @@ +# WARNING +# This example demonstrates only how to develop a new enrichment model. +# It does not run thr actual formula understanding model. + import logging from pathlib import Path from typing import Iterable diff --git a/docs/examples/develop_picture_enrichment.py b/docs/examples/develop_picture_enrichment.py index 86898889..362ec615 100644 --- a/docs/examples/develop_picture_enrichment.py +++ b/docs/examples/develop_picture_enrichment.py @@ -1,3 +1,7 @@ +# WARNING +# This example demonstrates only how to develop a new enrichment model. +# It does not run thr actual picture classifier model. + import logging from pathlib import Path from typing import Any, Iterable