ErrorException Message: Argument 2 passed to WP_Translation_Controller::load_file() must be of the type string, null given, called in /homepages/23/d949784577/htdocs/clickandbuilds/Neuralnetlab/wp-includes/l10n.php on line 838
https://neuralnetlab.com/wp-content/plugins/dmca-badge/libraries/sidecar/classes/{"id":100,"date":"2021-08-02T21:13:36","date_gmt":"2021-08-02T21:13:36","guid":{"rendered":"https:\/\/neuralnetlab.com\/?p=100"},"modified":"2021-08-27T21:18:14","modified_gmt":"2021-08-27T21:18:14","slug":"uninstall-tensorflow-full-guide","status":"publish","type":"post","link":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/","title":{"rendered":"Uninstall TensorFlow – Full Guide"},"content":{"rendered":"\n

If you have ever installed tensorflow on your computer, then you probably know how difficult it was to get it up and running. This is more apparent when you install tensorflow on a computer with a slow internet connection. Or when you gotta install tensorflow in your GPU. But today we are not going to talk about installing tensorflow. Instead, we are looking at one of the most typed queries about tensorflow in google. Which is “uninstall tensorflow<\/strong>“. <\/p>\n\n\n\n

Why do you have to uninstall tensorflow?<\/h2>\n\n\n\n

As good as tensorflow can be, sometimes it can also cause a lot of problems and become one of your biggest pains. Especially, when you don’t know what you are dealing with and what exactly you want to achieve with this open-source, behemoth software library for machine learning. Moreover, if you have a corrupted installation then you probably need to uninstall tensorflow from your computer and reinstall it. There’s no way around it then starting over.<\/p>\n\n\n\n

Easy basic commands to uninstall tensorflow from your computer using PIP<\/h2>\n\n\n\n

Probably the most basic way to get rid of tensorflow is running “pip uninstall tensorflow<\/code><\/strong>“<\/p>\n\n\n\n

If you have installed tensorflow using the default method, then you have it installed into your computer’s CPU. So in order to uninstall it from your CPU, you must run the following command in your terminal.<\/p>\n\n\n\n

pip uninstall tensorflow-cpu<\/strong><\/code><\/p>\n\n\n\n

If you installed tensorflow into your computer’s GPU then you need to run the following command to uninstall it completely from your GPU.<\/p>\n\n\n\n

pip uninstall tensorflow-gpu<\/code><\/strong><\/p>\n\n\n\n<\/a>\n\n\n\n

Tensorflow package not found error<\/h2>\n\n\n\n
\"package<\/figure>\n\n\n\n

Maybe you have already come across this “PackagesNotFoundError<\/strong>” while you were trying to uninstall tensorflow. This error can be quite common…<\/p>\n\n\n\n

You have installed tensorflow using conda<\/h3>\n\n\n\n

PackagesNotFoundError<\/strong>” is a common error when python cannot locate a specific package to uninstall. You may have installed tensorflow using conda <\/strong>which comes up with anaconda distribution. In such cases, you must use the appropriate uninstall\/remove method that suits your installation.<\/p>\n\n\n\n

Find out which package manager has installed which package run following commands in your terminal\/cmd.<\/h4>\n\n\n\n

List all the packages installed with conda <\/strong>type and run the following command.<\/p>\n\n\n\n

conda list<\/strong><\/code><\/p>\n\n\n\n

List all the packages installed with pip <\/strong>type and run the following command.<\/p>\n\n\n\n

pip list<\/strong><\/code><\/p>\n\n\n\n

Check the resulting list of packages and determine which method you have used to install tensorflow.<\/p>\n\n\n\n

If you have installed tensorflow using conda<\/strong>, then type and run the following command to uninstall tensorflow for your computer.<\/p>\n\n\n\n

conda remove tensorflow<\/code><\/strong><\/p>\n\n\n\n

Do you have Anaconda installed? Then which version is it? What Conda version are you running inside Anaconda? Take a look at these posts if you want to find out >><\/p>\n\n\n\n

How to Check Anaconda Version in Windows?<\/a><\/p>\n\n\n\n

How To Check Conda Version in Windows?<\/a><\/p>\n\n\n\n<\/a>\n\n\n\n

Path mismatch<\/h3>\n\n\n\n

Sometimes, the pip path you used to install tensorflow isn’t the current pip path that you are trying to run uninstall tensorflow with. If this is the case, you must find the Python environment where the TensorFlow that you are trying to uninstall exists and run. And run the following command.<\/p>\n\n\n\n

\u00a0\/path\/to\/your\/python\/tensorflow<\/mark>\/ -m pip uninstall tensorflow<\/code><\/strong><\/p>\n\n\n\n

Activate your virtual enviornment where you have your tensorflow lives and runs<\/h3>\n\n\n\n

If you have installed tensorflow in a virtual environment first you need to activate that environment before running the uninstall <\/strong>or remove <\/strong>commands. Otherwise, you would get a package\/s not found<\/strong> error or a similar error again.<\/p>\n\n\n\n

How to uninstall tensorflow If you have built it from the source<\/h2>\n\n\n\n

If you have built the tensorflow from the source(from the setup.py), first you must locate the source directory within your terminal or CMD. And run the following command to delete tensorflow within your source directory.<\/p>\n\n\n\n

python setup.py develop --uninstall<\/strong><\/code><\/p>\n\n\n\n

Uninstall Tensorflow manually (Delete the tensorflow folder!)<\/h2>\n\n\n\n

If all the above commands fail to execute or locate tensorflow to delete or remove then your last and ultimate solution is to delete the tensorflow installation folder. To do this first you need to find the location of your tensorflow installation.<\/p>\n\n\n\n

to find the tensorflow locations simply run <\/p>\n\n\n\n

pip show tensorflow <\/code><\/strong><\/p>\n\n\n\n

\"pip<\/figure>\n\n\n\n

Why did I get a “package not found error<\/strong>“? Well, it’s because I have created a python virtual environment to install tensorflow into. So, I must activate that environment and try to run the command again within it again.<\/p>\n\n\n\n

I have used conda to create the virtual environment called “tensorflow<\/strong>“, so I typed the following commands.<\/p>\n\n\n\n

conda activate tensorflow<\/strong><\/code><\/p>\n\n\n\n

pip show tensorflow<\/code><\/strong><\/p>\n\n\n\n

\"pip<\/figure>\n\n\n\n

Now you may go to that location and manually delete the tensorflow installation. This should delete tensorflow from your computer completely.<\/p>\n\n\n\n<\/a>\n\n\n\n

Conclusion<\/h2>\n\n\n\n

Both Installing and deleting tensorflow can be quite frustrating! Sometimes people spend hours and hours trying to accomplish these tasks. But I have covered almost all the possible scenarios, errors, and situations regarding how to uninstall tensorflow completely from your system. <\/p>\n\n\n\n

If you need to find in-depth information about tensorflow, I suggest taking a visit to the official page here.<\/p>\n\n\n\n

https:\/\/www.tensorflow.org\/<\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"

If you have ever installed tensorflow on your computer, then you probably know how difficult it was to get it up and running. This is more apparent when you install tensorflow on a computer with a slow internet connection. Or when you gotta install tensorflow in your GPU. But today we are not going to… Read More »Uninstall TensorFlow – Full Guide<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":112,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","jetpack_post_was_ever_published":false,"_ti_tpc_template_sync":false,"_ti_tpc_template_id":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[29],"tags":[60,58,46,11,12,59,51,54,55,56,61,7,57,53],"yoast_head":"\nUninstall TensorFlow - Full Guide Full Guide - Neural Net Lab<\/title>\n<meta name=\"description\" content=\"Complete Uninstall TensorFlow Guide. This covers everything you should know about how to uninstall tensorflow completely from your system.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Uninstall TensorFlow - Full Guide Full Guide - Neural Net Lab\" \/>\n<meta property=\"og:description\" content=\"Complete Uninstall TensorFlow Guide. This covers everything you should know about how to uninstall tensorflow completely from your system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Neural Net Lab\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/neuralnetlab\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/neuralnetlab\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-02T21:13:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-27T21:18:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i1.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/uninstall-tensorflow.jpg?fit=1024%2C600&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Thilina Prasanga Doremure Gamage\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thilina Prasanga Doremure Gamage\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/\"},\"author\":{\"name\":\"Thilina Prasanga Doremure Gamage\",\"@id\":\"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0\"},\"headline\":\"Uninstall TensorFlow – Full Guide\",\"datePublished\":\"2021-08-02T21:13:36+00:00\",\"dateModified\":\"2021-08-27T21:18:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/\"},\"wordCount\":796,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0\"},\"image\":{\"@id\":\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/uninstall-tensorflow.jpg?fit=1024%2C600&ssl=1\",\"keywords\":[\"-m pip uninstall tensorflow\",\"conda list\",\"conda remove tensorflow\",\"Deep Learning\",\"Deep Learning with Python\",\"pip list\",\"pip show tensorflow\",\"pip uninstall tensorflow\",\"pip uninstall tensorflow-cpu\",\"pip uninstall tensorflow-gpu\",\"python setup.py develop --uninstall\",\"TensorFlow\",\"tensorflow PackagesNotFoundError\",\"uninstall tensorflow\"],\"articleSection\":[\"Artificial Intelligence\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/\",\"url\":\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/\",\"name\":\"Uninstall TensorFlow - Full Guide Full Guide - Neural Net Lab\",\"isPartOf\":{\"@id\":\"https:\/\/neuralnetlab.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/uninstall-tensorflow.jpg?fit=1024%2C600&ssl=1\",\"datePublished\":\"2021-08-02T21:13:36+00:00\",\"dateModified\":\"2021-08-27T21:18:14+00:00\",\"description\":\"Complete Uninstall TensorFlow Guide. This covers everything you should know about how to uninstall tensorflow completely from your system.\",\"breadcrumb\":{\"@id\":\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/uninstall-tensorflow.jpg?fit=1024%2C600&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/uninstall-tensorflow.jpg?fit=1024%2C600&ssl=1\",\"width\":1024,\"height\":600,\"caption\":\"uninstall tensorflow\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/neuralnetlab.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Uninstall TensorFlow – Full Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/neuralnetlab.com\/#website\",\"url\":\"https:\/\/neuralnetlab.com\/\",\"name\":\"Neural Net Lab\",\"description\":\"Neural Networks & Machine Learning\",\"publisher\":{\"@id\":\"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/neuralnetlab.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0\",\"name\":\"Thilina Prasanga Doremure Gamage\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/neuralnetlab.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Neural-Network-Lab-Logo.png?fit=500%2C500&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Neural-Network-Lab-Logo.png?fit=500%2C500&ssl=1\",\"width\":500,\"height\":500,\"caption\":\"Thilina Prasanga Doremure Gamage\"},\"logo\":{\"@id\":\"https:\/\/neuralnetlab.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/neuralnetlab.com\",\"https:\/\/www.facebook.com\/neuralnetlab\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Uninstall TensorFlow - Full Guide Full Guide - Neural Net Lab","description":"Complete Uninstall TensorFlow Guide. This covers everything you should know about how to uninstall tensorflow completely from your system.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/","og_locale":"en_US","og_type":"article","og_title":"Uninstall TensorFlow - Full Guide Full Guide - Neural Net Lab","og_description":"Complete Uninstall TensorFlow Guide. This covers everything you should know about how to uninstall tensorflow completely from your system.","og_url":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/","og_site_name":"Neural Net Lab","article_publisher":"https:\/\/www.facebook.com\/neuralnetlab\/","article_author":"https:\/\/www.facebook.com\/neuralnetlab\/","article_published_time":"2021-08-02T21:13:36+00:00","article_modified_time":"2021-08-27T21:18:14+00:00","og_image":[{"width":1024,"height":600,"url":"https:\/\/i1.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/uninstall-tensorflow.jpg?fit=1024%2C600&ssl=1","type":"image\/jpeg"}],"author":"Thilina Prasanga Doremure Gamage","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Thilina Prasanga Doremure Gamage","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#article","isPartOf":{"@id":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/"},"author":{"name":"Thilina Prasanga Doremure Gamage","@id":"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0"},"headline":"Uninstall TensorFlow – Full Guide","datePublished":"2021-08-02T21:13:36+00:00","dateModified":"2021-08-27T21:18:14+00:00","mainEntityOfPage":{"@id":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/"},"wordCount":796,"commentCount":2,"publisher":{"@id":"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0"},"image":{"@id":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/uninstall-tensorflow.jpg?fit=1024%2C600&ssl=1","keywords":["-m pip uninstall tensorflow","conda list","conda remove tensorflow","Deep Learning","Deep Learning with Python","pip list","pip show tensorflow","pip uninstall tensorflow","pip uninstall tensorflow-cpu","pip uninstall tensorflow-gpu","python setup.py develop --uninstall","TensorFlow","tensorflow PackagesNotFoundError","uninstall tensorflow"],"articleSection":["Artificial Intelligence"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/","url":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/","name":"Uninstall TensorFlow - Full Guide Full Guide - Neural Net Lab","isPartOf":{"@id":"https:\/\/neuralnetlab.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#primaryimage"},"image":{"@id":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/uninstall-tensorflow.jpg?fit=1024%2C600&ssl=1","datePublished":"2021-08-02T21:13:36+00:00","dateModified":"2021-08-27T21:18:14+00:00","description":"Complete Uninstall TensorFlow Guide. This covers everything you should know about how to uninstall tensorflow completely from your system.","breadcrumb":{"@id":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#primaryimage","url":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/uninstall-tensorflow.jpg?fit=1024%2C600&ssl=1","contentUrl":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/uninstall-tensorflow.jpg?fit=1024%2C600&ssl=1","width":1024,"height":600,"caption":"uninstall tensorflow"},{"@type":"BreadcrumbList","@id":"https:\/\/neuralnetlab.com\/uninstall-tensorflow-full-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/neuralnetlab.com\/"},{"@type":"ListItem","position":2,"name":"Uninstall TensorFlow – Full Guide"}]},{"@type":"WebSite","@id":"https:\/\/neuralnetlab.com\/#website","url":"https:\/\/neuralnetlab.com\/","name":"Neural Net Lab","description":"Neural Networks & Machine Learning","publisher":{"@id":"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/neuralnetlab.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0","name":"Thilina Prasanga Doremure Gamage","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/neuralnetlab.com\/#\/schema\/person\/image\/","url":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Neural-Network-Lab-Logo.png?fit=500%2C500&ssl=1","contentUrl":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Neural-Network-Lab-Logo.png?fit=500%2C500&ssl=1","width":500,"height":500,"caption":"Thilina Prasanga Doremure Gamage"},"logo":{"@id":"https:\/\/neuralnetlab.com\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/neuralnetlab.com","https:\/\/www.facebook.com\/neuralnetlab\/"]}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/uninstall-tensorflow.jpg?fit=1024%2C600&ssl=1","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pdgAsq-1C","jetpack-related-posts":[],"jetpack_likes_enabled":false,"_links":{"self":[{"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/posts\/100"}],"collection":[{"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/comments?post=100"}],"version-history":[{"count":14,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/posts\/100\/revisions"}],"predecessor-version":[{"id":501,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/posts\/100\/revisions\/501"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/media\/112"}],"wp:attachment":[{"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/media?parent=100"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/categories?post=100"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/tags?post=100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}