{"id":15159435,"url":"https://github.com/zeyu-li/tensorflow_installation_guide","last_synced_at":"2026-02-07T14:32:57.712Z","repository":{"id":120381815,"uuid":"233466435","full_name":"Zeyu-Li/TensorFlow_installation_guide","owner":"Zeyu-Li","description":"A guide to installing TensorFlow 2 :robot: ","archived":false,"fork":false,"pushed_at":"2020-01-12T22:12:13.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T16:52:01.787Z","etag":null,"topics":["tensorflow","tensorflow-setup","tensorflow-tutorial"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zeyu-Li.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-12T22:12:08.000Z","updated_at":"2020-11-19T13:47:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0423ecd-63aa-4615-807f-ce00ee4dc30c","html_url":"https://github.com/Zeyu-Li/TensorFlow_installation_guide","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"fbe06138fc0d9b6bd7f478b2ae2f0783128f831c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Zeyu-Li/TensorFlow_installation_guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyu-Li%2FTensorFlow_installation_guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyu-Li%2FTensorFlow_installation_guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyu-Li%2FTensorFlow_installation_guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyu-Li%2FTensorFlow_installation_guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zeyu-Li","download_url":"https://codeload.github.com/Zeyu-Li/TensorFlow_installation_guide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyu-Li%2FTensorFlow_installation_guide/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266862627,"owners_count":23996866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tensorflow","tensorflow-setup","tensorflow-tutorial"],"created_at":"2024-09-26T21:21:43.435Z","updated_at":"2026-02-07T14:32:57.686Z","avatar_url":"https://github.com/Zeyu-Li.png","language":null,"readme":"# Guide to Install TensorFlow\n\nThis is a installation guide for Windows (tested only on Windows 10) using pip\n\n1. Get Python 3.4-3.7 **64-bit** only\n\n2. Add to PATH\n\n3. Get pip (comes with Python installation)\n\n4. (Optional)\n\n   ```shell\n   pip install virtualenv\n   ```\n\n   \n\n5. ```shell\n   pip install --upgrade tensorflow\n   ```\n\n6. Test with\n\n   ```shell\n   python -c \"import tensorflow as tf;print(tf.reduce_sum(tf.random.normal([1000, 1000])))\"\n   ```\n\n   If you get a lot of not located warnings but get\n\n   ```python\n   tf.Tensor(-1565.4648, shape=(), dtype=float32)\n   ```\n\n   Then it is a success\n\n7. (Optional speedup for Nvidia Graphics cards GT 430 or GTX 465 or 410M or higher;\n\n   See full list @ [link](https://developer.nvidia.com/cuda-gpus))\n\n   - The latest [NVIDIA® GPU drivers](https://www.nvidia.com/drivers)\n\n   - The [CUDA® Toolkit](https://developer.nvidia.com/cuda-toolkit-archive)\n\n   - The [cuDNN SDK](https://developer.nvidia.com/cudnn) (Requires a Nvidia Account)\n\n     \n\n   - Add to PATH the following (**Note**, must be v10.1 as of 1/12/20, otherwise check the documentation in the link [here](https://www.tensorflow.org/install/gpu#windows_setup))\n\n     - C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v10.1\\bin\n\n     - C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v10.1\\extras\\CUPTI\\libx64\n\n     - C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v10.1\\include\n\n     - Where ever you unziped the cuDNN SDK's **bin directory**. i.e.\n\n       ​\tC:\\tools\\cuda\\bin\n\n8. Repeat step 6 but you should see a bunch of successes and \n\n   ```python\n   tf.Tensor(-1565.4648, shape=(), dtype=float32)\n   ```\n\n## Issues\n\nPost an Issue to the Issues tab in GitHub\n\n## Other Guides\n\n- unspecific documentation: [TensorFlow](https://www.tensorflow.org/install/pip?lang=python3)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeyu-li%2Ftensorflow_installation_guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeyu-li%2Ftensorflow_installation_guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeyu-li%2Ftensorflow_installation_guide/lists"}