From 6fae1aaa3807739bbafc269b5d6dfe72d0ba53aa Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Wed, 28 Feb 2024 15:23:47 +0000 Subject: [PATCH] chore: written more of the report --- report/report.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/report/report.tex b/report/report.tex index 0cfda8a..cd9d994 100644 --- a/report/report.tex +++ b/report/report.tex @@ -229,6 +229,9 @@ \item{Model Management} \end{itemize} + \subsection{Resourses} + + \subsection{Web platform} The web app is where users manage models, and data. The user will access the web app and configure the model, and manage that data set. @@ -244,6 +247,16 @@ The system has to be able to choose the servers to run the models in an optimized way. For example, when training, send training jobs to the same server to prevent the server from having to reload the data again. + \subsection{Dataset Management} + Without data the system can not train models. And management of data is important as this data might contain some data that is private. + Such as biometrics the system will need to be able to safely handle this data. + The system will also have to decide when to clear data, since storage space is also a resource that the system needs to manage. + + \subsction{Model Management} + Once the model has been created the system needs to keep track of the model, as well as the actual acuracy of the model. + It needs to keep track of the how much it the model used so it can distribute the load from in different gpu servers. + + \pagebreak \section{Design Choices} \subsection{Structure of the Service}