<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Dataset on Programmer.ie</title>
    <link>http://programmer.ie/tags/dataset/</link>
    <description>Recent content in Dataset on Programmer.ie</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 08 Aug 2026 13:21:00 +0100</lastBuildDate>
    <atom:link href="http://programmer.ie/tags/dataset/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>DataLoader: Where Is the Training Loop Actually Waiting?</title>
      <link>http://programmer.ie/books/pytorch-from-first-principles/06-chapter/</link>
      <pubDate>Sat, 08 Aug 2026 13:21:00 +0100</pubDate>
      <guid>http://programmer.ie/books/pytorch-from-first-principles/06-chapter/</guid>
      <description>&lt;p&gt;Here are two controlled training pipelines. They use the same batch size, the same machine, and the same synthetic post-batch workload. Each sample also carries the same nominal two-millisecond cost: in one pipeline that cost is waiting, while in the other it is fixed CPU work.&lt;/p&gt;&#xA;&lt;p&gt;The tensor construction around that controlled cost is the same in both cases. What changes is the resource those two milliseconds consume.&lt;/p&gt;&#xA;&lt;p&gt;Both are given the same treatment — raise &lt;code&gt;num_workers&lt;/code&gt; from 0 to 8 — and measured the same way.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
