You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--training_device 改为 CPU后
parser.add_argument('--training_device', default='cpu', type=str,
help='The index of the GPU used for training models. cpu means using cpu')
还是出现
AssertionError: CUDA not available. If you have GPUs, please specify the ID after --gpu_devices. Otherwise, please train with CPU with python3 train.py --actor_device_cpu --training_device cpu
The text was updated successfully, but these errors were encountered:
--training_device 改为 CPU后
parser.add_argument('--training_device', default='cpu', type=str,
help='The index of the GPU used for training models.
cpu
means using cpu')还是出现
AssertionError: CUDA not available. If you have GPUs, please specify the ID after
--gpu_devices
. Otherwise, please train with CPU withpython3 train.py --actor_device_cpu --training_device cpu
The text was updated successfully, but these errors were encountered: