From 9433ac56313f53001aba3479f9a9ccc27a4a99c7 Mon Sep 17 00:00:00 2001 From: Awsaf Date: Thu, 6 Apr 2023 18:40:36 +0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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)