François Mentec

Results 2 issues of François Mentec

I never used torch, but if I understand your code correctly the last LSTM layer's hidden size is equal to the first layer input size when tie_weight is true. But...

When I try to load this file (https://github.com/LocalIdentity/PathOfBuilding/blob/master/Modules/Common.lua) I'm getting this error : ``` uncaught exception http://localhost:3000/PathOfBuilding/Modules/Common.lua:23: module 'lcurl.safe' not found: no field package.preload['lcurl.safe'] no file './lua/5.3/lcurl/safe.lua' no file './lua/5.3/lcurl/safe/init.lua'...

question