manamir

Results 18 comments of manamir

Hi @nicholas-leonard and thanks again for the very useful links. Actually, i ran the recurrentlanguagemodel.lua script and it works fine. What i want to do now is to apply the...

hi @nicholas-leonard My dataset is the PenTreeBank, i guess i should create a script called PenTreeBank.lua in the same way as billionwords.lua and modify the recurrentlanguagemodel.lua script so that it...

i have a raw training data and am still wondering how to convert it into .th7 file ?

ok as i understood i have to parse the raw data and assign to each sentence a corresponding id and than create train.th7 valid.th7 test.th7 and word_map.th7 corresponding to the...

yes i think so

couldn't figure out how raw data is stored in .th7 file

Thanks a lot, it works perfectly :)

Now am facing a memory size problem... the tensor size is ; (number of sentences x number of words x 2) this is huge

may be i should concatenate different tensor

yes right, now it works fine, am actually dealing with the softmaxtree