forked from ShuLiu1993/PANet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added warning for broken pytorch version.
- Loading branch information
Philipp Schelske
committed
Oct 3, 2018
1 parent
dac8628
commit becf889
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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]' |