{"id":435,"date":"2021-09-22T13:05:12","date_gmt":"2021-09-22T13:05:12","guid":{"rendered":"https:\/\/terrabioappdev.wpenginepowered.com\/using-openvino-to-accelerate-machine-learning-tools\/"},"modified":"2023-12-27T04:54:58","modified_gmt":"2023-12-27T04:54:58","slug":"using-openvino-to-accelerate-machine-learning-tools","status":"publish","type":"post","link":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/","title":{"rendered":"Using OpenVINO to accelerate machine learning tools"},"content":{"rendered":"<p><i><span style=\"font-weight: 400;\">Sam Friedman is a Machine Learning Scientist in the Data Sciences Platform at the Broad Institute. He began working on variant calling and filtration over 5 years ago, bringing cutting edge tools from computer vision to bear on problems in genomics. Currently, he serves as tech lead for the Broad\u2019s <\/span><\/i><a href=\"https:\/\/www.broadinstitute.org\/ml4h\"><i><span style=\"font-weight: 400;\">Machine Learning for Health<\/span><\/i><\/a><i><span style=\"font-weight: 400;\"> initiative.<\/span><\/i><\/p>\n<hr \/>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">The Broad Institute&#8217;s <\/span><a href=\"https:\/\/gatk.broadinstitute.org\/\"><span style=\"font-weight: 400;\">Genome Analysis Toolkit<\/span><\/a><span style=\"font-weight: 400;\"> (GATK) has long been an industry-leading source of tools and pipelines for variant calling. In particular, the GATK Best Practices pipeline for short variant analysis is heavily used worldwide for scalable analysis of Whole Genome Sequencing (WGS) data. However, that pipeline is optimized for co-analyzing samples from more than one subject, yet sometimes researchers need to analyze a single genome sample. In that case, the established methods that use Bayesian statistics don&#8217;t do quite as well on the filtering side as more recent algorithms like deep learning. That is why a few years ago, we developed a deep learning method for filtering short variants called GATK CNN (for Convolutional Neural Network) that performs better on single genomes than our cohort-based tools.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Over the past year, we found that these tools had reached the stage of development maturity where the quality of the scientific results they produce is consistently excellent, so we shifted our efforts to making sure the tools are easily maintainable and fit for production environments.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">A key aspect of productionizing computational tools like these, which typically get run on high volumes of data, is to optimize their operation to run as quickly as possible. To that end, we&#8217;ve been collaborating with a team at Intel who developed an <\/span><a href=\"https:\/\/docs.openvinotoolkit.org\"><span style=\"font-weight: 400;\">open-source toolkit called OpenVINO\u2122<\/span><\/a><span style=\"font-weight: 400;\"> for speeding up machine learning algorithms built on the TensorFlow framework.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">We wanted to see if using OpenVINO<\/span><span style=\"font-weight: 400;\">\u2122<\/span><span style=\"font-weight: 400;\"> could help improve the runtime of the GATK CNN tools on Intel processors, starting with CNNScoreVariants, a GATK tool designed to apply a previously trained CNN model to a single-sample whole genome variant callset in VCF format. The output of the tool is a new VCF with variant quality annotations that can be used to filter the callset, thereby increasing its accuracy. Under the hood, CNNScoreVariants uses TensorFlow to compute the variant quality annotations.<\/span><\/p>\n<p>&nbsp;<\/p>\n<h3><span style=\"font-weight: 400;\">Integration of OpenVINO\u2122 easily delivered significant acceleration<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">We were able to hook up the CNNScoreVariants tool to use OpenVINO<\/span><span style=\"font-weight: 400;\">\u2122<\/span><span style=\"font-weight: 400;\"> with just two lines of code, and found that in terms of variant throughput, it sped up operation by 21% for a run on a subset of a single 30x WGS sample containing 31,742 variants, compared to a baseline run of the original tool on the same sample (both runs done on a 4-core Intel i5 processor with 8GB RAM). In terms of wall-clock time, this reduced the runtime from 8.67 minutes to 7.6 minutes for our test callset, and would translate to a savings of approximately 4 out of 22.5 hours on an entire genome&#8217;s worth of data (~5 million variants). Not bad considering we didn&#8217;t even have to modify any of the tool&#8217;s existing code!\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">With help from our Intel collaborators, we also identified some functional tweaks that could accelerate the tool&#8217;s operation further. We modified some of the existing code to use a <\/span><a href=\"https:\/\/towardsdatascience.com\/freezing-a-keras-model-c2e26cb84a38\"><span style=\"font-weight: 400;\">&#8220;frozen&#8221; model approach<\/span><\/a><span style=\"font-weight: 400;\">, leveraging functions that are available in OpenVINO<\/span><span style=\"font-weight: 400;\">\u2122<\/span><span style=\"font-weight: 400;\">, and found that the number of variants processed per second increased even more with this approach. Specifically, it reduced the test sample runtime to 7.16 minutes, which amounts to shaving off another 1.5 hours of processing on a whole genome.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Taken together, these straightforward modifications resulted in an increase of 32% in the tool&#8217;s variant throughput compared to the baseline.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">We also ran this on the cloud in Terra, and found a similar pattern of acceleration\u00a0 (~20%). There is variability in performance which can be expected with different environments; your results will also vary if you use this on your own computing infrastructure.\u00a0 <\/span><\/p>\n<p><em><span style=\"font-weight: 400;\">You can read more about the integration work and benchmarking results in the Intel team&#8217;s blog <a href=\"https:\/\/www.intel.com\/content\/www\/us\/en\/artificial-intelligence\/posts\/accelerating-genome-workloads-ovtf.html\">here<\/a>.<\/span><\/em><\/p>\n<p>&nbsp;<\/p>\n<h3><span style=\"font-weight: 400;\">Try it out in Terra<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">We wanted to make it easy for anyone to try this out in practice, so we set up a preconfigured cloud environment in Terra that has all necessary dependencies for OpenVINO<\/span><span style=\"font-weight: 400;\">\u2122<\/span><span style=\"font-weight: 400;\"> and the relevant GATK tools already installed, as well as a Jupyter notebook set up to run the CNNScoreVariants tool with and without the OpenVINO<\/span><span style=\"font-weight: 400;\">\u2122<\/span><span style=\"font-weight: 400;\"> optimizations.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">To try it out for yourself, spin up a copy of the &#8220;OpenVINO integration with TensorFlow&#8221; environment, which is available from the <\/span><b>Community-maintained Jupyter environments<\/b><span style=\"font-weight: 400;\"> section of the custom cloud environments menu in the<\/span><a href=\"https:\/\/app.terra.bio\/\"> <span style=\"font-weight: 400;\">Terra app<\/span><\/a><span style=\"font-weight: 400;\">, shown below. Set the number of CPUs to 4 and the memory to 15 Gb. <\/span><\/p>\n<p>&nbsp;<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-1098 size-large\" src=\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/OpenVINO-environment-1024x655.png\" alt=\"Screenshot of instructions for spinning up the OpenVINO environment\" width=\"1024\" height=\"655\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">While the system spins up your OpenVINO<\/span><span style=\"font-weight: 400;\">\u2122<\/span><span style=\"font-weight: 400;\"> cloud environment, import the<\/span><a href=\"https:\/\/github.com\/DataBiosphere\/terra-docker\/blob\/master\/terra-jupyter-gatk-ovtf\/GATK-OVTF-Notebook.ipynb\"> <span style=\"font-weight: 400;\">GATK-OVTF-Notebook.ipynb<\/span><\/a><span style=\"font-weight: 400;\"> notebook into a workspace. Once the system notifies you that your environment is ready, open the notebook in EDIT mode, and run the two GATK CNNScoreVariants commands. The last few lines of the log show how many variants were processed and how much time the run took.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-large wp-image-1099\" src=\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/OpenVINO-notebook-1024x799.png\" alt=\"\" width=\"800\" height=\"624\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">You can test these commands on your own data by replacing the paths to the input files, which must be located in a Google Cloud Storage bucket for which you have read access. If you don&#8217;t already have your data in a GCS bucket, you can drag and drop the files into the workspace&#8217;s dedicated storage bucket. You can also increase the number of CPUs allocated to your cloud environment if you want to test how performance scales according to compute resources.<\/span><\/p>\n<p><i><span style=\"font-weight: 400;\">If you&#8217;re new to Terra, have a look at the documentation for more detailed instructions on working with<\/span><\/i><a href=\"https:\/\/support.terra.bio\/hc\/en-us\/articles\/360038125912-Understanding-and-adjusting-your-Cloud-Environment\"> <i><span style=\"font-weight: 400;\">custom cloud environments<\/span><\/i><\/a><i><span style=\"font-weight: 400;\"> and<\/span><\/i><a href=\"https:\/\/support.terra.bio\/hc\/en-us\/articles\/360046095192-The-workspace-your-dedicated-project-space-on-Terra\"> <i><span style=\"font-weight: 400;\">Terra workspaces<\/span><\/i><\/a><i><span style=\"font-weight: 400;\">.<\/span><\/i><\/p>\n<p><span style=\"font-weight: 400;\">Whether you&#8217;re a researcher using CNNScoreVariants in your genomic analysis work, or a developer interested in applying similar solutions to your own tools, we hope this behind-the-scenes peek at how we used <\/span><a href=\"https:\/\/github.com\/openvinotoolkit\/openvino_tensorflow\"><span style=\"font-weight: 400;\">OpenVINO<\/span><span style=\"font-weight: 400;\">\u2122 integration with TensorFlow*<\/span><\/a><span style=\"font-weight: 400;\"> to accelerate our tools will be helpful.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">If you run into any trouble or have questions, please consult either the <\/span><a href=\"https:\/\/terra.bio\/resources\/help\/\"><span style=\"font-weight: 400;\">Terra Help resources<\/span><\/a><span style=\"font-weight: 400;\"> or <\/span><a href=\"https:\/\/www.intel.com\/content\/www\/us\/en\/support\/products\/96066\/software\/development-software\/openvino-toolkit.html\"><span style=\"font-weight: 400;\">Intel&#8217;s OpenVINO\u2122 support page<\/span><\/a><span style=\"font-weight: 400;\">, or submit your questions, feature requests and bug reports regarding OpenVINO<\/span><span style=\"font-weight: 400;\">\u2122<\/span><span style=\"font-weight: 400;\"> via<\/span> <a href=\"https:\/\/github.com\/openvinotoolkit\/openvino_tensorflow\/issues\"><span style=\"font-weight: 400;\">GitHub issues<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sam Friedman, data scientist in the Broad&#8217;s Data Sciences Platform, explains how using the Intel OpenVINO framework enabled him to accelerate the GATK CNN tools.<\/p>\n","protected":false},"author":27,"featured_media":438,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[155,31,106,13,156,119,45],"tags":[157,158,139,159,160,161,146,162,163],"class_list":["post-435","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developers","category-ecosystem","category-genomics","category-guest-author","category-machine-learning","category-most-recent","category-notebooks","tag-cnn","tag-cnnscorevariants","tag-data-science","tag-deep-learning","tag-gatk","tag-intel","tag-machine-learning","tag-openvino","tag-tensorflow"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Using OpenVINO to accelerate machine learning tools - Terra<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using OpenVINO to accelerate machine learning tools - Terra\" \/>\n<meta property=\"og:description\" content=\"Sam Friedman, data scientist in the Broad&#039;s Data Sciences Platform, explains how using the Intel OpenVINO framework enabled him to accelerate the GATK CNN tools.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/\" \/>\n<meta property=\"og:site_name\" content=\"Terra\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-22T13:05:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-27T04:54:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/openvino_OG.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"627\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sam Friedman\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sam Friedman\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/\"},\"author\":{\"name\":\"Sam Friedman\",\"@id\":\"https:\/\/terra.bio\/#\/schema\/person\/f404caa3fd029c44cfe94339c3a42354\"},\"headline\":\"Using OpenVINO to accelerate machine learning tools\",\"datePublished\":\"2021-09-22T13:05:12+00:00\",\"dateModified\":\"2023-12-27T04:54:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/\"},\"wordCount\":1034,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/terra.bio\/#organization\"},\"image\":{\"@id\":\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/openvino_OG.png\",\"keywords\":[\"cnn\",\"cnnscorevariants\",\"data science\",\"deep learning\",\"GATK\",\"intel\",\"machine learning\",\"openvino\",\"tensorflow\"],\"articleSection\":[\"Developers\",\"Ecosystem\",\"Genomics\",\"Guest Author\",\"Machine Learning\",\"Most Recent\",\"Notebooks\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/\",\"url\":\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/\",\"name\":\"Using OpenVINO to accelerate machine learning tools - Terra\",\"isPartOf\":{\"@id\":\"https:\/\/terra.bio\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/openvino_OG.png\",\"datePublished\":\"2021-09-22T13:05:12+00:00\",\"dateModified\":\"2023-12-27T04:54:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#primaryimage\",\"url\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/openvino_OG.png\",\"contentUrl\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/openvino_OG.png\",\"width\":1200,\"height\":627,\"caption\":\"openvino_OG\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/terra.bio\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using OpenVINO to accelerate machine learning tools\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/terra.bio\/#website\",\"url\":\"https:\/\/terra.bio\/\",\"name\":\"Terra\",\"description\":\"Science at Scale\",\"publisher\":{\"@id\":\"https:\/\/terra.bio\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/terra.bio\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/terra.bio\/#organization\",\"name\":\"Terra\",\"url\":\"https:\/\/terra.bio\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/terra.bio\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/Terra-Bio-App@2x.webp\",\"contentUrl\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/Terra-Bio-App@2x.webp\",\"width\":287,\"height\":318,\"caption\":\"Terra\"},\"image\":{\"@id\":\"https:\/\/terra.bio\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/terra.bio\/#\/schema\/person\/f404caa3fd029c44cfe94339c3a42354\",\"name\":\"Sam Friedman\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/terra.bio\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ec67fc4c5367957fec8fe4950d5c5a3c1bdd34f54e8436d00ced5d622d788c24?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ec67fc4c5367957fec8fe4950d5c5a3c1bdd34f54e8436d00ced5d622d788c24?s=96&d=mm&r=g\",\"caption\":\"Sam Friedman\"},\"url\":\"https:\/\/terra.bio\/author\/samfriedman\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using OpenVINO to accelerate machine learning tools - Terra","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:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/","og_locale":"en_US","og_type":"article","og_title":"Using OpenVINO to accelerate machine learning tools - Terra","og_description":"Sam Friedman, data scientist in the Broad's Data Sciences Platform, explains how using the Intel OpenVINO framework enabled him to accelerate the GATK CNN tools.","og_url":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/","og_site_name":"Terra","article_published_time":"2021-09-22T13:05:12+00:00","article_modified_time":"2023-12-27T04:54:58+00:00","og_image":[{"width":1200,"height":627,"url":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/openvino_OG.png","type":"image\/png"}],"author":"Sam Friedman","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Sam Friedman","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#article","isPartOf":{"@id":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/"},"author":{"name":"Sam Friedman","@id":"https:\/\/terra.bio\/#\/schema\/person\/f404caa3fd029c44cfe94339c3a42354"},"headline":"Using OpenVINO to accelerate machine learning tools","datePublished":"2021-09-22T13:05:12+00:00","dateModified":"2023-12-27T04:54:58+00:00","mainEntityOfPage":{"@id":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/"},"wordCount":1034,"commentCount":0,"publisher":{"@id":"https:\/\/terra.bio\/#organization"},"image":{"@id":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#primaryimage"},"thumbnailUrl":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/openvino_OG.png","keywords":["cnn","cnnscorevariants","data science","deep learning","GATK","intel","machine learning","openvino","tensorflow"],"articleSection":["Developers","Ecosystem","Genomics","Guest Author","Machine Learning","Most Recent","Notebooks"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/","url":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/","name":"Using OpenVINO to accelerate machine learning tools - Terra","isPartOf":{"@id":"https:\/\/terra.bio\/#website"},"primaryImageOfPage":{"@id":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#primaryimage"},"image":{"@id":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#primaryimage"},"thumbnailUrl":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/openvino_OG.png","datePublished":"2021-09-22T13:05:12+00:00","dateModified":"2023-12-27T04:54:58+00:00","breadcrumb":{"@id":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#primaryimage","url":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/openvino_OG.png","contentUrl":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/openvino_OG.png","width":1200,"height":627,"caption":"openvino_OG"},{"@type":"BreadcrumbList","@id":"https:\/\/terra.bio\/using-openvino-to-accelerate-machine-learning-tools\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/terra.bio\/"},{"@type":"ListItem","position":2,"name":"Using OpenVINO to accelerate machine learning tools"}]},{"@type":"WebSite","@id":"https:\/\/terra.bio\/#website","url":"https:\/\/terra.bio\/","name":"Terra","description":"Science at Scale","publisher":{"@id":"https:\/\/terra.bio\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/terra.bio\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/terra.bio\/#organization","name":"Terra","url":"https:\/\/terra.bio\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/terra.bio\/#\/schema\/logo\/image\/","url":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/Terra-Bio-App@2x.webp","contentUrl":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/Terra-Bio-App@2x.webp","width":287,"height":318,"caption":"Terra"},"image":{"@id":"https:\/\/terra.bio\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/terra.bio\/#\/schema\/person\/f404caa3fd029c44cfe94339c3a42354","name":"Sam Friedman","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/terra.bio\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ec67fc4c5367957fec8fe4950d5c5a3c1bdd34f54e8436d00ced5d622d788c24?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ec67fc4c5367957fec8fe4950d5c5a3c1bdd34f54e8436d00ced5d622d788c24?s=96&d=mm&r=g","caption":"Sam Friedman"},"url":"https:\/\/terra.bio\/author\/samfriedman\/"}]}},"_links":{"self":[{"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/posts\/435","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/comments?post=435"}],"version-history":[{"count":0,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/posts\/435\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/media\/438"}],"wp:attachment":[{"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/media?parent=435"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/categories?post=435"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/tags?post=435"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}