1
0
Fork 0
mirror of synced 2024-10-02 02:06:15 +13:00
waifu2x/lib/cleanup_model.lua
2016-03-11 11:12:02 +09:00

3 lines
68 B
Lua

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