Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Troubled Cell Detection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Christine Kühle
Troubled Cell Detection
Commits
d19b77dd
Commit
d19b77dd
authored
4 years ago
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
3e6ab5e8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
ANN_Model.py
+0
-3
0 additions, 3 deletions
ANN_Model.py
ANN_Training.py
+1
-7
1 addition, 7 deletions
ANN_Training.py
DG_Approximation.py
+1
-0
1 addition, 0 deletions
DG_Approximation.py
Troubled_Cell_Detector.py
+0
-1
0 additions, 1 deletion
Troubled_Cell_Detector.py
with
2 additions
and
11 deletions
ANN_Model.py
+
0
−
3
View file @
d19b77dd
...
@@ -2,9 +2,6 @@
...
@@ -2,9 +2,6 @@
"""
"""
@author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
@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
INFO: /home/laura/anaconda3/lib/python3.7/site-packages/torch/nn/modules
"""
"""
...
...
This diff is collapsed.
Click to expand it.
ANN_Training.py
+
1
−
7
View file @
d19b77dd
...
@@ -3,15 +3,9 @@
...
@@ -3,15 +3,9 @@
@author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
@author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
TODO: Improve
'
epoch_training()
'
TODO: Improve
'
epoch_training()
'
TODO: Improve
'
save_model()
'
-> Done
TODO: Add ANN testing from Soraya
TODO: Add ANN testing from Soraya
TODO: Add ANN classification from Soraya
TODO: Add ANN classification from Soraya
TODO: Add option to change directory for model saving -> Done
TODO: Improve naming of training data (maybe different folders?)
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
"""
"""
import
numpy
as
np
import
numpy
as
np
...
...
This diff is collapsed.
Click to expand it.
DG_Approximation.py
+
1
−
0
View file @
d19b77dd
...
@@ -8,6 +8,7 @@ TODO: Replace loops with list comprehension if feasible
...
@@ -8,6 +8,7 @@ TODO: Replace loops with list comprehension if feasible
TODO: Write documentation for all methods
TODO: Write documentation for all methods
TODO: Contemplate how to make shock tubes comparable
TODO: Contemplate how to make shock tubes comparable
TODO: Check whether
'
projection
'
is always a np.array()
TODO: Check whether
'
projection
'
is always a np.array()
TODO: Check whether all instance variables sensible
"""
"""
import
numpy
as
np
import
numpy
as
np
...
...
This diff is collapsed.
Click to expand it.
Troubled_Cell_Detector.py
+
0
−
1
View file @
d19b77dd
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
@author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
@author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
TODO: Fix cell averages and reconstructions to create data with an x-point stencil
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
import
os
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment