@@ -106,7 +106,7 @@ There is nothing more to do, TensorFlow will automatically detect the GPU and wi
...
@@ -106,7 +106,7 @@ There is nothing more to do, TensorFlow will automatically detect the GPU and wi
```
```
!!! info ""
!!! info ""
Note that the device is created with `0 MB memory`, which is normal since the Apple Silicon GPU shares a unified memory with the CPU and does not have a dedicated device memory.
Note that the device is detected with `0 MB memory`, which is normal since the Apple Silicon GPU shares a unified memory with the CPU and does not have a dedicated device memory.
Additionally, one can open the Activity Monitor during the model training and confirm that the Python process gets a high percentage value in the `GPU` column.
Additionally, one can open the Activity Monitor during the model training and confirm that the Python process gets a high percentage value in the `GPU` column.