We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e8ddd commit 85dda31Copy full SHA for 85dda31
README.md
@@ -46,6 +46,8 @@ cd apex
46
pip3 install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
47
```
48
49
+Note that while the code should be runnable without mixed precision (apex), some have reported lower perfs without it. So try with it!
50
+
51
# Dataset
52
53
Two scripts are available to download ADE20k and Pascal-VOC 2012, please see in the `data` folder.
0 commit comments