From 4f05bad1f0a9d9df7934e7ef725afd839268af39 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sun, 5 Nov 2023 13:15:00 +0000 Subject: [PATCH] Finished project synopisis --- .drone.yml | 1 + projectsynopsis/project-synopsis.tex | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7814044..3c00f57 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,6 +44,7 @@ steps: - tea r rm -y current || echo "Release not found" # - tea r c --title "Latest Report" --asset report/report.pdf --asset upds-1/UPDS12-1.pdf --asset upds-2/UPDS12-2.pdf --asset results.txt --asset poster/poster.pdf current - tea r c --title "Latest Report" --asset projectsynopsis/project-synopsis.pdf current + - tea r c --title "Final project-synopsis" --asset projectsynopsis/project-synopsis.pdf current - name: Remove current on failure environment: diff --git a/projectsynopsis/project-synopsis.tex b/projectsynopsis/project-synopsis.tex index 5badb71..7c2c725 100644 --- a/projectsynopsis/project-synopsis.tex +++ b/projectsynopsis/project-synopsis.tex @@ -174,15 +174,15 @@ \end{tabular} \subsection{Risks} - \begin{tabular}{ |c| } + \begin{tabular}{ |m{0.5\textwidth}|m{0.5\textwidth}| } \hline - Risk \\ + Risk & Mitigation \\ \hline - Automatic model generation is not feasable\\ + Automatic model generation is not feasable & Other methods for creation of model can be used i.e. transfer learning, or semi-unsupervised learning\\ \hline - Easy model expancion is not feasble\\ + Easy model expancion is not feasble & Other methods of updating the models need to be implemented i.e. retratinng the entire model.\\ \hline - Not enough compute power to train models fast enough to develop the program\\ + Not enough compute power to train models fast enough to develop the program & Free credits from online cloud providers like google or amazon\\ \hline \end{tabular}