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
## Installing Tensorflow.js and Requirements (Random Stuff I Found on Internet)
30
28
31
29
TensorFlow.js for Node currently supports the following platforms:
32
30
31
+
The platforms listed include Mac OS X, Linux, and Windows operating systems, and support is provided for both CPU and GPU environments. Developers who want to use TensorFlow.js for Node on these platforms will need to ensure that their system meets the specified requirements.
32
+
33
33
- Mac OS X CPU (10.12.6 Siera or higher)
34
34
- Linux CPU (Ubuntu 14.04 or higher)
35
35
- Linux GPU (Ubuntu 14.04 or higher and Cuda 11.2 w/ CUDNN
@@ -38,7 +38,7 @@ TensorFlow.js for Node currently supports the following platforms:
38
38
- Windows GPU (Windows 7 or higher and Cuda 11.2 w/ CUDNN
For GPU support, tfjs-node-gpu@1.2.4 or later requires the following NVIDIA® software installed on your system:
41
+
For GPU support, tfjs-node-gpu@1.2.4 or later requires the developers to have certain versions of NVIDIA software installed on their system. The specific software requirements are listed in the table below.
0 commit comments