Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
awsaf49 committed Sep 29, 2023
1 parent 9433ac5 commit 783b289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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!
Refer to this [Kaggle Notebook](https://www.kaggle.com/code/awsaf49/uwmgi-transunet-2-5d-train-tf) for use case of TransUnet in **2.5D Data**. 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 783b289

Please sign in to comment.