Skip to content

Commit 645d84a

Browse files
authored
Update README.md
1 parent 9370d27 commit 645d84a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Aside from the default model configs, there is a lot of flexibility to facilitat
2424
* Default focal loss changed back to `new_focal`, use `--legacy-focal` arg to use the original. Legacy uses less memory, but has more numerical stability issues.
2525
* custom augmentation transform and collate fn can be passed to loader factory
2626
* `timm` >= 0.3.2 required, NOTE double check any custom defined model config for breaking change
27+
* PyTorch >= 1.6 now required
2728

2829
### 2020-11-12
2930
* add experimental PAN and Quad FPN configs to the existing EfficientDet BiFPN w/ two test model configs
@@ -135,8 +136,8 @@ _NOTE: In training some experimental models, I've noticed some potential issues
135136
## Environment Setup
136137

137138
Tested in a Python 3.7 or 3.8 conda environment in Linux with:
138-
* PyTorch 1.4, 1.6, or 1.7 (I recommend avoiding PyTorch 1.5 due to some jit and argmax issues)
139-
* PyTorch Image Models (timm) >= 0.3.0, `pip install timm` or local install from (https://github.com/rwightman/pytorch-image-models)
139+
* PyTorch 1.6, 1.7, 1.7.1
140+
* PyTorch Image Models (timm) >= 0.3.2, `pip install timm` or local install from (https://github.com/rwightman/pytorch-image-models)
140141
* Apex AMP master (as of 2020-08)
141142

142143
*NOTE* - There is a conflict/bug with Numpy 1.18+ and pycocotools 2.0, force install numpy <= 1.17.5 or ensure you install pycocotools >= 2.0.2

0 commit comments

Comments
 (0)