Issues Found in "Prepare Data for Modeling" Section of "Train deep learning models in Azure Databricks""

Kamal, Neel 0 Reputation points
2024-12-31T14:28:54.83+00:00

The "Prepare data for modeling" section of the page Train deep learning models in Azure Databricks appears to have two issues:

  1. The use of td.TensorDataset(train_x, train_y) where the "td" alias isn't defined anywhere in the content.
  2. A discrepancy in the statement "The loaders in this example split the data into batches of 30, which are passed to the forward function during training or inference," as the example actually uses a batch size of 20.

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,891 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.