You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Aside from the default model configs, there is a lot of flexibility to facilitat
24
24
* 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.
25
25
* custom augmentation transform and collate fn can be passed to loader factory
26
26
*`timm` >= 0.3.2 required, NOTE double check any custom defined model config for breaking change
27
+
* PyTorch >= 1.6 now required
27
28
28
29
### 2020-11-12
29
30
* 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
135
136
## Environment Setup
136
137
137
138
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)
140
141
* Apex AMP master (as of 2020-08)
141
142
142
143
*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