Skip to content

Commit

Permalink
Added a note for CPU-only users to the README.md.
Browse files Browse the repository at this point in the history
People spend their time (e.g. compiling caffe) to make this code work in CPU-only mode. However, they get a "Segmentation fault (core dumped)" error  without any further explanation. Due to an issue (YuwenXiong#28), CPU-only mode is currently not available.
  • Loading branch information
eakbas authored Jul 7, 2017
1 parent c65dc91 commit 33106ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ R-FCN: Object Detection via Region-based Fully Convolutional Networks

**It is highly recommended to use the [MXNet version of R-FCN/Deformable R-FCN](https://github.com/msracver/Deformable-ConvNets), which supports multi-GPU train/test.**

**WARNING: This code does not support CPU-only mode.** (See https://github.com/Orpine/py-R-FCN/issues/28).

### Disclaimer

Expand Down

0 comments on commit 33106ba

Please sign in to comment.