Skip to content

Commit

Permalink
Added warning for broken pytorch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Schelske committed Oct 3, 2018
1 parent dac8628 commit becf889
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ If PANet is useful for your research, please consider citing:

For environment requirements, data preparation and compilation, please refer to [Detectron.pytorch](https://github.com/roytseng-tw/Detectron.pytorch).

WARNING: pytorch 0.4.1 is broken, see https://github.com/pytorch/pytorch/issues/8483. Use pytorch 0.4.0

### Usage

For training and testing, we keep the same as the one in [Detectron.pytorch](https://github.com/roytseng-tw/Detectron.pytorch). To train and test PANet, simply use corresponding config files. For example, to train PANet on COCO:
Expand Down Expand Up @@ -64,4 +66,4 @@ Results on COCO 20017 *val* subset produced by this repository. In our paper, we

### Questions

Please contact '[email protected]'
Please contact '[email protected]'

0 comments on commit becf889

Please sign in to comment.