This repo provides the official code for : 1) TransBTS: Multimodal Brain Tumor Segmentation Using Transformer (https://arxiv.org/abs/2103.04430) , accepted by MICCAI2021. 2) TransBTSV2: Towards Better and More Efficient Volumetric Segmentation of Medical Images(https://arxiv.org/abs/2201.12785).
進行訓練的時候出現=》RuntimeError: CUDA out of memory. Tried to allocate 128.00 MiB (GPU 0; 10.92 GiB total capacity; 10.17 GiB already allocated; 99.81 MiB free; 10.20 GiB reserved in total by PyTorch)
我的GPU配置:
NVIDIA GeForce GTX 1080 Ti 11264 MB
我有嘗試把batch_sizej降低至1,還是未能解決,不知是否還有其他方法可以解決問題
進行訓練的時候出現=》RuntimeError: CUDA out of memory. Tried to allocate 128.00 MiB (GPU 0; 10.92 GiB total capacity; 10.17 GiB already allocated; 99.81 MiB free; 10.20 GiB reserved in total by PyTorch) 我的GPU配置: NVIDIA GeForce GTX 1080 Ti 11264 MB 我有嘗試把batch_sizej降低至1,還是未能解決,不知是否還有其他方法可以解決問題