skip to Main Content

I’ve been using SageMaker for a while and have performed several experiments already with distributed training. I am wondering if it is possible to test and run SageMaker distributed training in local mode (using SageMaker Notebook Instances)?

2

Answers


  1. No, not possible yet. local mode does not support the distributed training with local_gpufor Gzip compression, Pipe Mode, or manifest files for inputs

    Login or Signup to reply.
  2. Yes, SageMaker supports distributed training in local mode. But as @Philipp Schmid said some other features (like pipemode are not supported).

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search