Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-25changing function load errors to warningsSoumith Chintala
2016-04-14File: get rid of extra NULL character (serialize)Cédric Deltheil
2016-03-04Merge pull request #567 from nkoumchatzky/masterSoumith Chintala
2016-03-04Add support for loading data saved on 32/64 bit OSAlfredo Canziani
2016-02-27Add a hook to File:writeObject:nkoumchatzky
2016-01-29fix upvalue binding during serializationalbanD
2015-12-22File.lua: fix undefined debug functionCédric Deltheil
2015-12-04Track and print the serialization 'stack trace' on failureAdam Lerer
2015-11-29Error messages when bytecode loading failsGeorg Ostrovski
2015-10-15added referenced option in torch.load() and torch.save()referencedRonan Collobert
2015-08-14fix unreferenced (.force) mode in serializationsoumith
2015-06-01Fix serialization of closures in Lua 5.2Sam Gross
2015-05-29Add support for Lua 5.2Sam Gross
2015-04-04(slightly) more flexible serialization systemRonan Collobert
2015-02-11Added torch.[de]serialize{To/From}Storage to File.lua.Malcolm Reynolds
2014-07-13backward compatible function loadingJames Kirkpatrick
2014-07-11Fixed serializing/deserializing of closuresJames Kirkpatrick
2014-05-22added optional mode argument to torch.serialize/deserializenicholas-leonard
2013-09-11bugfix: serialization should be binary onlyRonan Collobert
2013-09-06readObject can be forced to reread from file using referenced flag.koray kavukcuoglu
2013-02-12add isReferenced function to querry the referenced statekoray kavukcuoglu
2013-02-12reverse logic on referencedkoray kavukcuoglu
2013-02-12add referenced function to disable/enable indexing/referencing behaviour of t...koray kavukcuoglu
2012-12-10Added an optional force option to writeObject.Jeff Rose
2012-09-23Added standard Serialization functions (torch.[de]serialize())Clement Farabet
2012-07-30Removed reading from an undeclared var.Ivo Danihelka
2012-04-11Fix bad string.format usage in pkg/torch/FilePierre-Francois Laquerre
2012-01-25initial revamp of torch7 treeRonan Collobert