1
0
Fork 0
mirror of synced 2024-06-02 02:54:31 +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