Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 308 Bytes

File metadata and controls

10 lines (5 loc) · 308 Bytes

My Machine Learning Codes (Tensorflow)

python version: 3.8.18

If you are on windows and you wish to run a gpu-supported version of tensorflow/keras, run following commands in your anaconda console:

conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0

python -m pip install tensorflow==2.10.1