You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
33:34-35:06 How to check the real images and labels
* to be a really good practitioner is to look at your data
* how to look at your images
* data.show_batch(rows=3, figsize=(7,6))
* how to look at your labels
* print(data.classes
- what is data.c of DataBunch
* number of classes for classification problem
* not for regression and other problems
目录 Lesson 1 知识点分解 #63
The text was updated successfully, but these errors were encountered:
How to check the real images and labels
33:34-35:06
How to check the real images and labels
* to be a really good practitioner is to look at your data
* how to look at your images
*
data.show_batch(rows=3, figsize=(7,6))
* how to look at your labels
*
print(data.classes
- what is
data.c
ofDataBunch
* number of classes for classification problem
* not for regression and other problems
目录 Lesson 1 知识点分解 #63
The text was updated successfully, but these errors were encountered: