|
1 | | -# TensorFlow GPU development environment |
| 1 | +# Deep learning GPU development environment |
2 | 2 |
|
3 | | -**Now includes PyTorch 2.10** |
4 | | - |
5 | | -A ready-to-use TensorFlow environment with NVIDIA GPU support for VS Code. Designed for cross-platform support and wide GPU compatibility. |
| 3 | +A ready-to-use deep learning environment with NVIDIA GPU support for VS Code. Includes both **PyTorch** and **TensorFlow** frameworks. Designed for cross-platform support and wide GPU compatibility. |
6 | 4 |
|
7 | 5 | ## What's included |
8 | 6 |
|
9 | 7 | | Category | Versions | |
10 | 8 | |----------|----------| |
11 | 9 | | **GPU** | CUDA 12.5, cuDNN 9.1 | |
12 | | -| **ML** | TensorFlow 2.16, Keras 3.3, PyTorch 2.10, Scikit-learn 1.4 | |
| 10 | +| **ML** | PyTorch 2.10, TensorFlow 2.16, Keras 3.3, Scikit-learn 1.4 | |
13 | 11 | | **Python** | Python 3.10, NumPy 1.24, Pandas 2.2, Matplotlib 3.10 | |
14 | 12 | | **Tools** | JupyterLab, TensorBoard | |
15 | 13 |
|
16 | 14 | Based on [NVIDIA's TensorFlow 24.06 container](https://docs.nvidia.com/deeplearning/frameworks/tensorflow-release-notes/rel-24-06.html). |
17 | 15 |
|
18 | | -> **No NVIDIA GPU?** Use the CPU version instead: [gperdrizet/tensorflow-CPU](https://github.com/gperdrizet/tensorflow-CPU) |
| 16 | +> **No NVIDIA GPU?** Use the CPU version instead: [gperdrizet/deeplearning-CPU](https://github.com/gperdrizet/deeplearning-CPU) |
19 | 17 |
|
20 | 18 | ## Project structure |
21 | 19 |
|
@@ -119,7 +117,7 @@ Now your packages will be automatically installed whenever the container is crea |
119 | 117 |
|
120 | 118 | ## Using as a template for new projects |
121 | 119 |
|
122 | | -You can use your fork as a starting point for new TensorFlow projects: |
| 120 | +You can use your fork as a starting point for new deep learning projects: |
123 | 121 |
|
124 | 122 | 1. **Clone** your fork: |
125 | 123 | ```bash |
@@ -151,7 +149,7 @@ You can use your fork as a starting point for new TensorFlow projects: |
151 | 149 | git push |
152 | 150 | ``` |
153 | 151 |
|
154 | | -Now you have a fresh TensorFlow GPU project with the dev container configuration ready to go! |
| 152 | +Now you have a fresh deep learning GPU project with the dev container configuration ready to go! |
155 | 153 |
|
156 | 154 | ## Keeping your fork updated |
157 | 155 |
|
|
0 commit comments