torch / torch7

http://torch.ch
Other
8.96k stars 2.38k forks source link

Nitpicky: error msg logging improvement: THError("$ Torch: not enough memory: you tried to allocate %dGB. Buy new RAM!", size/1073741824); #1209

Open YunLi1988 opened 4 years ago

YunLi1988 commented 4 years ago

Can we change this size/1073741824 into size * 1.0/1073741824 to make the err msg more precise?