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

Removed completed TODOs.

parent 3e6ab5e8
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,6 @@
"""
@author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
TODO: Combine all ThreeLayerNet classes in one class -> Done
TODO: Change naming temporarily for consistency with older models -> Done (later)
INFO: /home/laura/anaconda3/lib/python3.7/site-packages/torch/nn/modules
"""
......
......@@ -3,15 +3,9 @@
@author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
TODO: Improve 'epoch_training()'
TODO: Improve 'save_model()' -> Done
TODO: Add ANN testing from Soraya
TODO: Add ANN classification from Soraya
TODO: Add option to change directory for model saving -> Done
TODO: Fix parameter bug -> Done
TODO: Improve naming of training data
TODO: Rename 'Artificial_Neural_Network' -> Done
TODO: Rename 'ANN_Training_Data_Generator' -> Done
TODO: Improve naming for trained model -> Done
TODO: Improve naming of training data (maybe different folders?)
"""
import numpy as np
......
......@@ -8,6 +8,7 @@ TODO: Replace loops with list comprehension if feasible
TODO: Write documentation for all methods
TODO: Contemplate how to make shock tubes comparable
TODO: Check whether 'projection' is always a np.array()
TODO: Check whether all instance variables sensible
"""
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: Fix bug for ANN model initialization -> Done (later)
"""
import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment