Caffe | Check failed: error == cudaSuccess (2 vs. 0) out of memory

后端 未结 3 1229
天命终不由人
天命终不由人 2020-12-19 01:53

I am trying to train a network on Caffe. I have image size of 512x640. Batch size is 1. I\'m trying to implement FCN-8s.

I am currently running this on a Amazon EC2

3条回答
  •  心在旅途
    2020-12-19 02:21

    Caffe can use multiple GPU's. This is only supported in the C++ interface, not in the python one. You could also enable cuDNN for a lower memory footprint.

    https://github.com/BVLC/caffe/blob/master/docs/multigpu.md

提交回复
热议问题