diff --git a/README.md b/README.md index 1e7371b..cc10958 100644 --- a/README.md +++ b/README.md @@ -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)