Skip to content

Commit

Permalink
UML diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
praksharma committed Feb 1, 2024
1 parent 9e237a4 commit e53ea37
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,11 @@ prakhars962/deepinn <none> 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
pyreverse -o png DeepINN/
```
Binary file added classes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Last work : `DeepINN/constraint/gradients.py`
- [X] Implement PDE loss constraint.
- [x] Implement gradients.
- [ ] Implement lazy evaluation of gradients.
- [ ] Implement more constrainst.
- [ ] Implement more constraint.

## Architectures
- [x] Implement fully connected NN.
Expand Down

0 comments on commit e53ea37

Please sign in to comment.