Skip to content

Commit

Permalink
reduce architecture size
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktAlkin committed Feb 19, 2024
1 parent ba478ba commit 430611f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ the physics domain into a latent representation, the approximator propagates the
and the decoder transforms the latent representation back to the physics domain.

<p align="center">
<img width="100%" alt="schematic" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/architecture1.svg">
<img width="80%" alt="architecture1" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/architecture1.svg">
</p>


To enforce the responsibilities of each component, inverse encoding and decoding tasks are added.


<p align="center">
<img width="100%" alt="schematic" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/architecture2.svg">
<img width="80%" alt="architecture2" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/architecture2.svg">
</p>


Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ the physics domain into a latent representation, the approximator propagates the
and the decoder transforms the latent representation back to the physics domain.

<p align="center">
<img width="100%" alt="schematic" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/architecture1.svg">
<img width="80%" alt="architecture1" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/architecture1.svg">
</p>


To enforce the responsibilities of each component, inverse encoding and decoding tasks are added.


<p align="center">
<img width="100%" alt="schematic" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/architecture2.svg">
<img width="80%" alt="architecture2" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/architecture2.svg">
</p>


Expand Down

0 comments on commit 430611f

Please sign in to comment.