jongdory / ALDM

Adaptive Latent Diffusion Model for 3D Medical Image
Apache License 2.0
68 stars 4 forks source link

VQ-GAN could not use GPU for training #12

Open Grople opened 1 month ago

Grople commented 1 month ago

I trained the VQ-GAN, but the GPU are not used for acceleration. Could you tell me why? the training command is following: CUDA_VISIBLE_DEVICES=1 python main.py -b configs/brats_vqgan.yaml -t True --gpus 0

image

But the memory of gpu does not change. image

HBB0517 commented 1 month ago

hi, i want konw do you use seg data? original spade module seems need label (seg) data.