<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I efficiently read image data for a deep learning model? in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/how-do-i-efficiently-read-image-data-for-a-deep-learning-model/m-p/25858#M1421</link>
    <description>&lt;P&gt;Our documentation provides nice examples of preparing image data for training and inference.&lt;/P&gt;&lt;P&gt;&lt;B&gt;Training&lt;/B&gt;: See docs for &lt;A href="https://docs.databricks.com/applications/machine-learning/load-data/ddl-data.html#petastorm-recommended" alt="https://docs.databricks.com/applications/machine-learning/load-data/ddl-data.html#petastorm-recommended" target="_blank"&gt;AWS&lt;/A&gt;, &lt;A href="https://docs.microsoft.com/en-us/azure/databricks/applications/machine-learning/load-data/petastorm" alt="https://docs.microsoft.com/en-us/azure/databricks/applications/machine-learning/load-data/petastorm" target="_blank"&gt;Azure&lt;/A&gt;, &lt;A href="https://docs.gcp.databricks.com/applications/machine-learning/load-data/ddl-data.html#petastorm-recommended" alt="https://docs.gcp.databricks.com/applications/machine-learning/load-data/ddl-data.html#petastorm-recommended" target="_blank"&gt;GCP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Inference&lt;/B&gt;: See reference solution for &lt;A href="https://docs.databricks.com/applications/machine-learning/reference-solutions/images-etl-inference.html" alt="https://docs.databricks.com/applications/machine-learning/reference-solutions/images-etl-inference.html" target="_blank"&gt;AWS&lt;/A&gt;, &lt;A href="https://docs.microsoft.com/en-us/azure/databricks/applications/machine-learning/reference-solutions/images-etl-inference" alt="https://docs.microsoft.com/en-us/azure/databricks/applications/machine-learning/reference-solutions/images-etl-inference" target="_blank"&gt;Azure&lt;/A&gt;, &lt;A href="https://docs.gcp.databricks.com/applications/machine-learning/reference-solutions/images-etl-inference.html" alt="https://docs.gcp.databricks.com/applications/machine-learning/reference-solutions/images-etl-inference.html" target="_blank"&gt;GCP&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jun 2021 19:46:46 GMT</pubDate>
    <dc:creator>Joseph_B</dc:creator>
    <dc:date>2021-06-08T19:46:46Z</dc:date>
    <item>
      <title>How do I efficiently read image data for a deep learning model?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-do-i-efficiently-read-image-data-for-a-deep-learning-model/m-p/25856#M1419</link>
      <description>&lt;P&gt;How do I efficiently read image data for a deep learning model?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 18:13:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-do-i-efficiently-read-image-data-for-a-deep-learning-model/m-p/25856#M1419</guid>
      <dc:creator>User16788317466</dc:creator>
      <dc:date>2021-06-07T18:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I efficiently read image data for a deep learning model?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-do-i-efficiently-read-image-data-for-a-deep-learning-model/m-p/25857#M1420</link>
      <description>&lt;P&gt;Utilize Uber’s Petastorm &lt;A href="https://github.com/uber/petastorm" alt="https://github.com/uber/petastorm" target="_blank"&gt;&lt;U&gt;&lt;/U&gt;&lt;/A&gt;&lt;A href="https://github.com/uber/petastorm" target="test_blank"&gt;https://github.com/uber/petastorm&lt;/A&gt; to read in and generate a parquet dataset from the image data. The petastorm API’s can then be used to generate a TF Dataset, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 18:13:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-do-i-efficiently-read-image-data-for-a-deep-learning-model/m-p/25857#M1420</guid>
      <dc:creator>User16788317466</dc:creator>
      <dc:date>2021-06-07T18:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I efficiently read image data for a deep learning model?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-do-i-efficiently-read-image-data-for-a-deep-learning-model/m-p/25858#M1421</link>
      <description>&lt;P&gt;Our documentation provides nice examples of preparing image data for training and inference.&lt;/P&gt;&lt;P&gt;&lt;B&gt;Training&lt;/B&gt;: See docs for &lt;A href="https://docs.databricks.com/applications/machine-learning/load-data/ddl-data.html#petastorm-recommended" alt="https://docs.databricks.com/applications/machine-learning/load-data/ddl-data.html#petastorm-recommended" target="_blank"&gt;AWS&lt;/A&gt;, &lt;A href="https://docs.microsoft.com/en-us/azure/databricks/applications/machine-learning/load-data/petastorm" alt="https://docs.microsoft.com/en-us/azure/databricks/applications/machine-learning/load-data/petastorm" target="_blank"&gt;Azure&lt;/A&gt;, &lt;A href="https://docs.gcp.databricks.com/applications/machine-learning/load-data/ddl-data.html#petastorm-recommended" alt="https://docs.gcp.databricks.com/applications/machine-learning/load-data/ddl-data.html#petastorm-recommended" target="_blank"&gt;GCP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Inference&lt;/B&gt;: See reference solution for &lt;A href="https://docs.databricks.com/applications/machine-learning/reference-solutions/images-etl-inference.html" alt="https://docs.databricks.com/applications/machine-learning/reference-solutions/images-etl-inference.html" target="_blank"&gt;AWS&lt;/A&gt;, &lt;A href="https://docs.microsoft.com/en-us/azure/databricks/applications/machine-learning/reference-solutions/images-etl-inference" alt="https://docs.microsoft.com/en-us/azure/databricks/applications/machine-learning/reference-solutions/images-etl-inference" target="_blank"&gt;Azure&lt;/A&gt;, &lt;A href="https://docs.gcp.databricks.com/applications/machine-learning/reference-solutions/images-etl-inference.html" alt="https://docs.gcp.databricks.com/applications/machine-learning/reference-solutions/images-etl-inference.html" target="_blank"&gt;GCP&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 19:46:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-do-i-efficiently-read-image-data-for-a-deep-learning-model/m-p/25858#M1421</guid>
      <dc:creator>Joseph_B</dc:creator>
      <dc:date>2021-06-08T19:46:46Z</dc:date>
    </item>
  </channel>
</rss>

