chainer.config¶
-
chainer.
config
= <chainer.configuration.LocalConfig object>¶ Thread-local configuration of Chainer.
This class implements the local configuration. When a value is set to this object, the configuration is only updated in the current thread. When a user tries to access an attribute and there is no local value, it automatically retrieves a value from the global configuration.