Skip to content

Commit

Permalink
Add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedorowicz1 committed Jul 3, 2024
1 parent 6dbae1a commit b574210
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ class python_dataset_reader : public generic_data_reader
/** @brief Whether or not tensor needs shuffling for distconv. */
bool m_tensor_shuffle_required = true;
/** @brief The current number of minibatches in the epoch that have been
* fetched and returned by fetch_data_block. */
* fetched and returned by fetch_data_block. This is not the same as
* m_dataset_minibatch_offset as that variable tracks the number of
* minibatches that have been queued which can be several minibatches ahead of
* the current one we are returning. */
uint64_t m_fetched_minibatch_count;
#endif // LBANN_HAS_DISTCONV
};
Expand Down

0 comments on commit b574210

Please sign in to comment.