Skip to content
Snippets Groups Projects
Commit 777db854 authored by Laura Christine Kühle's avatar Laura Christine Kühle
Browse files

Removed completed TODOs.

parent 2c9ebeb3
No related branches found
No related tags found
No related merge requests found
......@@ -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
"""
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment