chainer.configuration.GlobalConfig¶
-
class
chainer.configuration.GlobalConfig[source]¶ 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.
Attributes
-
autotune= None¶
-
cudnn_deterministic= None¶
-
cudnn_fast_batch_normalization= None¶
-
debug= None¶
-
dtype= None¶
-
enable_backprop= None¶
-
in_recomputing= None¶ The plain object that represents the global configuration of Chainer.
-
keep_graph_on_report= None¶
-
lazy_grad_sum= None¶
-
schedule_func= None¶
-
train= None¶
-
type_check= None¶
-
use_cudnn= None¶
-
use_cudnn_tensor_core= None¶
-
use_ideep= None¶
-