Skip to content
This repository was archived by the owner on Dec 31, 2020. It is now read-only.

Get error when use 3 or 4 gpus to train model  #17

@yumeihong

Description

@yumeihong

I installed NCCL to use more gpus to train model.
install step:

  1. git clone https://github.com/NVIDIA/nccl.git
  2. cd nccl
  3. sudo make install -j8
  4. remove Makefile.config USE_NCCL comment

When I train model I use below instruction:
$CAFFE_ROOT/build/tools/caffe train --solver="models/ssd/${PROJECT}/initial/solver.prototxt" --weights="models/ssd/${PROJECT}/initial/${PRETRAINED}" -gpu 0,1,2

it get error:
image

image

But I can use 2 gpus to train.
Did I loss something instruction?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions