wojzaremba / lstm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about the g_cloneManyTimes() function

tlaurent19 opened this issue · comments

Is there any specific reason for using torch.MemoryFile(''w'') in the g_cloneManyTimes() function rather than simply using net:clone()? Thanks

this confused me as well