1
0
Fork 0
mirror of synced 2024-05-29 17:19:39 +12:00
waifu2x/lib/cleanup_model.lua
2016-03-11 11:12:02 +09:00

4 lines
68 B
Lua

function w2nn.cleanup_model(model)
return model:clearState()
end