We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6162c2d commit 8288f63Copy full SHA for 8288f63
2 files changed
README.md
@@ -11,7 +11,7 @@ This is an on-going development so many improvements are still being made. Comme
11
## Environments
12
- Python: 3.8+
13
- CUDA: 11.6 (if training neural networks by GPU)
14
-- Pytorch 1.13.1+
+- Pytorch 1.13.1
15
16
If you have a different version of CUDA, follow the installation instructions for PyTorch LTS at their [website](https://pytorch.org/).
17
docs/cli/ov_data_format.rst
@@ -26,7 +26,7 @@ Install LibMultiLabel from Source
26
27
* Python: 3.8+
28
* CUDA: 11.6 (if training neural networks by GPU)
29
- * Pytorch 1.13.1+
+ * Pytorch 1.13.1
30
31
It is optional but highly recommended to
32
create a virtual environment.
0 commit comments