Skip to content

Commit

Permalink
Bump version (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Apr 12, 2024
1 parent da1f5a9 commit 2a503a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion torch_em/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.2"
__version__ = "0.7.0"
4 changes: 2 additions & 2 deletions vimunet.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This is the documentation for the installation instructions, known issues and li
## TLDR
1. Please install [`torch-em`](https://github.com/constantinpape/torch-em) and `ViM` (based on our fork: https://github.com/anwai98/Vim)
2. Supports `ViM Tiny` and `ViM Small` for 2d segmentation using ViM-UNet.
3. Our preprint on ViMUNet will be available soon.
- The key observation: "ViM-UNet performs similarly or better that UNet (depending on the task), and outperforms UNETR while being more efficient. Its main advantages is for segmentation problems that rely on large context."
3. Check out [our preprint](https://arxiv.org/abs/2404.07705) for more details.
- The key observation: "ViM-UNet performs similarly or better that UNet (depending on the task), and outperforms UNETR while being more efficient." Its main advantage is for segmentation problems that rely on larger context.

## Benchmarking Methods

Expand Down

0 comments on commit 2a503a3

Please sign in to comment.