Snapshot WritersΒΆ

chainer.training.extensions.snapshot_writers.Writer

Base class of snapshot writers.

chainer.training.extensions.snapshot_writers.SimpleWriter

The most simple snapshot writer.

chainer.training.extensions.snapshot_writers.ThreadWriter

Snapshot writer that uses a separate thread.

chainer.training.extensions.snapshot_writers.ProcessWriter

Snapshot writer that uses a separate process.

chainer.training.extensions.snapshot_writers.QueueWriter

Base class of queue snapshot writers.

chainer.training.extensions.snapshot_writers.ThreadQueueWriter

Snapshot writer that uses a thread queue.

chainer.training.extensions.snapshot_writers.ProcessQueueWriter

Snapshot writer that uses process queue.