We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bca268 commit f06b64fCopy full SHA for f06b64f
demo/mnist/api_train.py
@@ -54,7 +54,7 @@ def input_order_converter(generator):
54
55
56
def main():
57
- api.initPaddle("-use_gpu=false", "-trainer_count=4") # use 4 cpu cores
+ api.initPaddle("-use_gpu=true", "-trainer_count=4") # use 4 cpu cores
58
config = paddle.trainer.config_parser.parse_config(
59
'simple_mnist_network.py', '')
60
0 commit comments