lltcggie / waifu2x-caffe

waifu2xのCaffe版
MIT License
8.04k stars 839 forks source link

Memory is not freed after the conversion is complete #131

Closed bluesky-dark closed 5 years ago

bluesky-dark commented 5 years ago

After the program starts and checks cudnn, the memory usage is about 14mb. But after I converted two photos, the memory usage remained at 1000mb. After 25 minutes, it still takes about 960mb of memory. (denoise level 1,magnification size x2,2-D illust (UpRGB Model),split size:120,use cudnn, GPU:GTX 1050)

lltcggie commented 5 years ago

ソフトを閉じない限りメモリが解放されないのは仕様です。 初期化に時間がかかるので、2回目以降の変換は初期化を飛ばして高速に処理するのが目的です。