Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
awsaf49 authored Apr 6, 2023
1 parent 81eb846 commit 9433ac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ pip install transunet
from transunet import TransUNet
model = TransUNet(image_size=224, pretrain=True)
```
## Notebook
Refer to this [Kaggle Notebook](https://www.kaggle.com/code/awsaf49/uwmgi-transunet-2-5d-train-tf) for use case of TransUnet. It is mention worthy that this notebok won Google OSSS Expert Award using TransUnet!

## References
* [TransUNet](https://github.com/Beckschen/TransUNet)(Official)
Expand Down

0 comments on commit 9433ac5

Please sign in to comment.