Convenience function for loading '>DArch
instances from
disk. There is no special re-initialization logic, so it is not necessary to
use this function, you can also just use load
.
loadDArch(name = "darch")
The name of the file without the ending ".net".
DArch
instance: the loaded deep architecture
Loads the DArch object from the filename given through the parameter name
plus the ending ".net".
Make sure when you load a DArch object that every file written by
the saveDArch
function is in the working directory.