1
0
Fork 0
mirror of synced 2024-06-23 08:41:01 +12:00
waifu2x/lib/cleanup_model.lua

4 lines
68 B
Lua
Raw Normal View History

2015-11-08 02:54:29 +13:00
function w2nn.cleanup_model(model)
2016-03-11 15:12:02 +13:00
return model:clearState()
2015-11-08 02:54:29 +13:00
end