chainer.configuration.GlobalConfig

class chainer.configuration.GlobalConfig[source]

The plain object that represents the global configuration of Chainer.

Methods

show(file=sys.stdout)[source]

Prints the global config entries.

The entries are sorted in the lexicographical order of the entry name.

Parameters:file – Output file-like object.