Rob Whelan

Results 2 comments of Rob Whelan

This is my command to start the training job: ```python estimator = PyTorch( entry_point="train_deploy.py", source_dir="code_chesterton", role=role, framework_version="1.5", py_version="py3", instance_count=2, # this script only support distributed training for GPU instances. instance_type="ml.p3.8xlarge",...