1. 学习
  2. /
  3. 课程
  4. /
  5. Deep Learning for Images with PyTorch

Connected

练习

The number of classes

To determine whether to use a binary or a multi-class model for a classification problem, you need to know the number of classes in the data. The Torch dataset is available in your workspace as train_dataset.

Considering the number of classes in train_dataset, which image classification task would be appropriate?

说明

50 XP

答案选项