From 777db854954bb17191c221801214654f4f5483fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?K=C3=BChle=2C=20Laura=20Christine=20=28lakue103=29?=
 <laura.kuehle@uni-duesseldorf.de>
Date: Tue, 6 Apr 2021 11:45:00 +0200
Subject: [PATCH] Removed completed TODOs.

---
 ANN_Training_Data_Generator.py |  1 -
 Artificial_Neural_Network.py   | 15 +--------------
 Troubled_Cell_Detector.py      |  1 -
 3 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/ANN_Training_Data_Generator.py b/ANN_Training_Data_Generator.py
index f81cce1..2daf59f 100644
--- a/ANN_Training_Data_Generator.py
+++ b/ANN_Training_Data_Generator.py
@@ -3,7 +3,6 @@
 @author: Soraya Terrab (sorayaterrab), Laura C. Kühle
 
 TODO: Improve '_generate_cell_data'
-TODO: Change set name from 'validation' to 'valid' -> Done
 
 """
 
diff --git a/Artificial_Neural_Network.py b/Artificial_Neural_Network.py
index 29767d2..932df6e 100644
--- a/Artificial_Neural_Network.py
+++ b/Artificial_Neural_Network.py
@@ -3,22 +3,9 @@
 @author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
 
 TODO: Improve 'epoch_training()'
+TODO: Improve 'save_model()'
 TODO: Add ANN testing from Soraya
 TODO: Add ANN classification from Soraya
-TODO: Implement __init__() -> Done
-TODO: Add reading of training data -> Done
-TODO: Add option to set batch size -> Done
-TODO: Rename '_train()' -> Done ('epoch_training()')
-TODO: Remove class declarations from 'epoch_training()' -> Done
-TODO: Move setting of training data in separate function -> Done ('_read_training_data()')
-TODO: Rename 'ArtificialNeuralNetwork' class -> Done ('ModelTrainer')
-TODO: Move ANN models in separate file -> Done ('ANN_Model.py')
-TODO: Take model as class input -> Done
-TODO: Take loss function as class input -> Done
-TODO: Take optimizer as class input -> Done
-TODO: Take parameter as class input -> Done
-TODO: Move saving in separate function -> Done ('save_model()')
-TODO: Improve 'save_model()'
 
 """
 import numpy as np
diff --git a/Troubled_Cell_Detector.py b/Troubled_Cell_Detector.py
index 096dc98..b83b735 100644
--- a/Troubled_Cell_Detector.py
+++ b/Troubled_Cell_Detector.py
@@ -3,7 +3,6 @@
 @author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
 
 TODO: Fix cell averages and reconstructions to create data with an x-point stencil
-TODO: Only allow model from 'ANN_Model' -> Done
 
 """
 import os
-- 
GitLab