Brendan Shillingford

Results 8 comments of Brendan Shillingford

Whoa, didn't mean to open this can of worms. I agree with you about the shortcomings of bytestrings. I typed that hastily at night and probably wasn't clear: as a...

Thanks for the pointer, I haven't heard of that library. That's pretty much the direction I hope to go, but the difference here (at least for now) is that it...

For now it works at the level of torch's nn modules. In that sense it's complete, since it works fine as long as all the computation happens in nn.Modules and...

I don't have anything to directly compare, but I doubt it. The actual computation should be dominant. On May 4, 2015 2:20 AM, "Ajay Talati" [email protected] wrote: > Hi Brendan,...

Yes that should definitely give a speedup over the Google version. Take a look at oxnn as well by Tomas from our language group (on my phone so I won't...

Do you have the most recent version from GitHub? That error means the file contains an instance of an unknown class, not anything to do with the file format itself....

I misread your original email. You're trying to save and load the torch text-based file format? That's not supported, please resave it as binary.

What is your OS, CPU architecture, and Python version?