diff --git a/README.md b/README.md index b84adf0..08a24c3 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,12 @@ prakhars962/deepinn fe16ca34f9d9 About an hour ago 6.8GB The only solution is to delete them one by one using the IMAGE_ID. ```sh docker image rm -f IMAGE_ID +``` + +### UML diagram +The UML diagram is generated using `pyreverse`. This provides an overview of the codebase. + +```sh +cd UML\ diagrams +pyreverse -o pdf ../DeepINN/ ``` \ No newline at end of file diff --git a/UML diagrams/classes.pdf b/UML diagrams/classes.pdf new file mode 100644 index 0000000..0fd3692 Binary files /dev/null and b/UML diagrams/classes.pdf differ diff --git a/UML diagrams/packages.pdf b/UML diagrams/packages.pdf new file mode 100644 index 0000000..7c0c391 Binary files /dev/null and b/UML diagrams/packages.pdf differ diff --git a/todo.md b/todo.md index 9f14fe2..1cf9d25 100644 --- a/todo.md +++ b/todo.md @@ -15,9 +15,9 @@ Last work : `DeepINN/constraint/gradients.py` ## Constraints - [X] Implement the prescribed BC part in constraint/ boundary_loss dirichletBC. - [X] Implement PDE loss constraint. -- [ ] Implement gradients. +- [x] Implement gradients. - [ ] Implement lazy evaluation of gradients. -- [ ] Implement more constrainst. +- [ ] Implement more constraint. ## Architectures - [x] Implement fully connected NN. @@ -27,7 +27,7 @@ Last work : `DeepINN/constraint/gradients.py` - [x] Basic geometry tutorials. - [x] Constraints tutorials. - [ ] Add template PDE in constraint directory. -- [ ] There is some problem with FCNN tutorial. probably the feature scaling isn't working. +- [x] There was some problem with FCNN tutorial. It was incorrect PDE. ## Misc - [x] Migrate to JupyterBooks.