- 
                Notifications
    
You must be signed in to change notification settings  - Fork 6.9k
 
Closed
Description
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 16.04
 - Ray installed from (source or binary): binary
 - Ray version: 0.6.2
 - Python version: 3.5
 - Exact command to reproduce:
 
python3 mnist_pytorch.py
Describe the problem
Argument parser's option --no-cuda which is False by default is misleading as resources_per_trial does not allocate a GPU.
ray/python/ray/tune/examples/mnist_pytorch.py
Lines 45 to 49 in eddd60e
| parser.add_argument( | |
| '--no-cuda', | |
| action='store_true', | |
| default=False, | |
| help='disables CUDA training') | 
ray/python/ray/tune/examples/mnist_pytorch.py
Lines 178 to 180 in eddd60e
| "resources_per_trial": { | |
| "cpu": 3 | |
| }, | 
Thanks
Metadata
Metadata
Assignees
Labels
No labels