From e0d0471e8adb1caf84bd4da113a42e308c92ffdb Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Wed, 10 Dec 2025 12:02:37 +0200 Subject: [PATCH] fix main tf dropdown --- ANNOTATE/core/we need to fully move the Inference Trai | 9 ++++++++- ANNOTATE/web/templates/components/training_panel.html | 3 +-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ANNOTATE/core/we need to fully move the Inference Trai b/ANNOTATE/core/we need to fully move the Inference Trai index 9014204..1d77484 100644 --- a/ANNOTATE/core/we need to fully move the Inference Trai +++ b/ANNOTATE/core/we need to fully move the Inference Trai @@ -1,5 +1,12 @@ +the problem we have is we have duplicate implementations. + +we should have only one data provider implementation in the main /core folder and extend it there if we need more functionality + we need to fully move the Inference Training Coordinator functions in Orchestrator - both classes have overlaping responsibilities and only one should exist. InferenceFrameReference also should be in core/data_models.py. -we do not need a core folder in ANNOTATE app. we should refactor and move the classes in the main /core folder. this is a design flaw. we should have only one "core" naturally. the purpose of ANNOTATE app is to provide UI for creating test cases and anotating data and also running inference and training. all implementations should be in the main system and only referenced and used in the ANNOTATE app \ No newline at end of file +we do not need a core folder in ANNOTATE app. we should refactor and move the classes in the main /core folder. this is a design flaw. we should have only one "core" naturally. +the purpose of ANNOTATE app is to provide UI for creating test cases and anotating data and also running inference and training. + all implementations should be in the main system and only referenced and used in the ANNOTATE app + we should have only one data provider implementation in the main /core folder and extend it there if we need more functionality \ No newline at end of file diff --git a/ANNOTATE/web/templates/components/training_panel.html b/ANNOTATE/web/templates/components/training_panel.html index 2bac6be..b12ea63 100644 --- a/ANNOTATE/web/templates/components/training_panel.html +++ b/ANNOTATE/web/templates/components/training_panel.html @@ -76,9 +76,8 @@