krisrs1128 / clouds_dist

Simulation of low-clouds, from weather measures.
4 stars 1 forks source link

rescale stats doesn't fit in the GPU memory with the model at the same time #47

Closed mustafaghali closed 4 years ago

mustafaghali commented 5 years ago

for a given batch 32 the stats(means, mins, max) tensors with the gan model give's Cuda out of memory error, it works fine when I reduce the batch size to 26...