Skip to content

Commit

Permalink
Update version (#5)
Browse files Browse the repository at this point in the history
* Update README.md

* Update setup.py

* Update image

* updated by prettier
  • Loading branch information
willyfh authored Feb 18, 2024
1 parent cb6e168 commit ccff185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**VisualTorch** aims to help visualize Torch-based neural network architectures. Currently, this package supports generating layered-style architectures for Torch Sequential models. This package is adapted from [visualkeras](https://github.com/paulgavrikov/visualkeras) by [@paulgavrikov](https://github.com/paulgavrikov).

**v0.0.1**: Support for layered architecture of torch Sequential.
**v0.1**: Support for layered architecture of torch Sequential.

## Installation

Expand Down Expand Up @@ -47,7 +47,7 @@ visualtorch.layered_view(model, input_shape=input_shape, legend=True, to_file='o
visualtorch.layered_view(model, input_shape=input_shape, legend=True, to_file='output.png').show() # write and show
```

![simple-cnn](https://github.com/willyfh/visualtorch/assets/5786636/7cd10f94-0ddb-4b9d-a4e0-614e55f2ddee)
![simple-cnn](https://github.com/willyfh/visualtorch/assets/5786636/9b646fac-c336-4253-ac01-8f3e6b2fcc0b)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="visualtorch",
version="0.0.1",
version="0.1",
author="Willy Fitra Hendria",
author_email="[email protected]",
description="Architecture visualization of Torch models",
Expand Down

0 comments on commit ccff185

Please sign in to comment.