JingyunLiang / VRT

VRT: A Video Restoration Transformer (official repository)
https://arxiv.org/abs/2201.12288
Other
1.37k stars 130 forks source link

memory lack problem #53

Open mapsosa84 opened 2 years ago

mapsosa84 commented 2 years ago

hi, i do to training VRT model currently. but reached to memory lack problem.

i used to NVIDIA RTX 2080 Ti which device memory amount is 11GB for training. so i was adjusted batch-size from 8 to 4 and torch.utils.checkpoint used. (use_checkpoint_attn: true, use_checkpoint_ffn: true, gt_size=256)

but arise to memory lack (cannot allocate memory).

is it possible training using RTX 2080 Ti?