#16 第12周作业

Open
opened 2 years ago by 吴贤佑 · 11 comments

1)完成5.2.4中实践题第1题,有素材,按题目要求命名。
2)完成5.2.4中实践题第2题,有素材,按题目要求命名。
3)完成5.2.4中实践题第3题,有素材,按题目要求命名。
以上作业不迟于周六上午9点,提交至水杉码园“学号”仓库的homework12分支下。


水杉码园上的本次作业要求:https://gitea.shuishan.net.cn/AI-B.Liuyao.2022Spring.Shenghuan/AllStuRead/issues/16
腾讯工蜂上的本次作业要求:https://git.code.tencent.com/AI-B.Liuyao.2022Spring.Shenghuan/lesson12/issues/1
腾讯工蜂上的本次课程材料(课件及素材等):https://git.code.tencent.com/AI-B.Liuyao.2022Spring.Shenghuan/lesson12/tree/master

1)完成5.2.4中实践题第1题,有素材,按题目要求命名。 2)完成5.2.4中实践题第2题,有素材,按题目要求命名。 3)完成5.2.4中实践题第3题,有素材,按题目要求命名。 以上作业不迟于周六上午9点,提交至水杉码园“学号”仓库的homework12分支下。 ----- 水杉码园上的本次作业要求:https://gitea.shuishan.net.cn/AI-B.Liuyao.2022Spring.Shenghuan/AllStuRead/issues/16 腾讯工蜂上的本次作业要求:https://git.code.tencent.com/AI-B.Liuyao.2022Spring.Shenghuan/lesson12/issues/1 腾讯工蜂上的本次课程材料(课件及素材等):https://git.code.tencent.com/AI-B.Liuyao.2022Spring.Shenghuan/lesson12/tree/master
李博 commented 2 years ago

Traceback (most recent call last):
File "D:\大学\大一下\计算机作业\lesson12\sy5-2-3.py", line 11, in
images = digits.images
AttributeError: 'function' object has no attribute 'images'
sy5-2-3这样报错,求解

Traceback (most recent call last): File "D:\大学\大一下\计算机作业\lesson12\sy5-2-3.py", line 11, in <module> images = digits.images AttributeError: 'function' object has no attribute 'images' sy5-2-3这样报错,求解
吴贤佑 commented 2 years ago
Owner

Traceback (most recent call last):
File "D:\大学\大一下\计算机作业\lesson12\sy5-2-3.py", line 11, in
images = digits.images
AttributeError: 'function' object has no attribute 'images'
sy5-2-3这样报错,求解

你digits是怎么定义的?

> Traceback (most recent call last): > File "D:\大学\大一下\计算机作业\lesson12\sy5-2-3.py", line 11, in <module> > images = digits.images > AttributeError: 'function' object has no attribute 'images' > sy5-2-3这样报错,求解 你digits是怎么定义的?

Traceback (most recent call last):
File "D:\大学\大一下\计算机作业\lesson12\sy5-2-3.py", line 11, in
images = digits.images
AttributeError: 'function' object has no attribute 'images'
sy5-2-3这样报错,求解

应该是要先调用load_digits()赋给digits,才能有这步操作

> Traceback (most recent call last): > File "D:\大学\大一下\计算机作业\lesson12\sy5-2-3.py", line 11, in <module> > images = digits.images > AttributeError: 'function' object has no attribute 'images' > sy5-2-3这样报错,求解 应该是要先调用load_digits()赋给digits,才能有这步操作
李博 commented 2 years ago

digits = load_digits
images = digits.images
我是这么写的然后报错了,忘加括号了。。。

digits = load_digits images = digits.images 我是这么写的然后报错了,忘加括号了。。。

请问助教老师可以再讲一遍关于y的大小写的那个问题吗,刚才信号不好,听得不是特别清楚。

请问助教老师可以再讲一遍关于y的大小写的那个问题吗,刚才信号不好,听得不是特别清楚。
吴贤佑 commented 2 years ago
Owner

请问助教老师可以再讲一遍关于y的大小写的那个问题吗,刚才信号不好,听得不是特别清楚。

用大写X表示数据特征,用小写y表示数据标签,是更为通用和规范的表达方式。

> 请问助教老师可以再讲一遍关于y的大小写的那个问题吗,刚才信号不好,听得不是特别清楚。 用大写X表示数据特征,用小写y表示数据标签,是更为通用和规范的表达方式。
李博 commented 2 years ago

前十张图片

for i in 10:
报错了咋整

# 前十张图片 for i in 10: 报错了咋整

前十张图片

for i in 10:
报错了咋整
for i in range(10):

> # 前十张图片 > for i in 10: > 报错了咋整 > for i in range(10):
吴思 commented 2 years ago

有同学知道怎么调用前十张照片吗

有同学知道怎么调用前十张照片吗

有同学知道怎么调用前十张照片吗

for i in range(10):

> 有同学知道怎么调用前十张照片吗 for i in range(10):
吴思 commented 2 years ago

有同学知道怎么调用前十张照片吗

for i in range(10):
谢谢!

> > 有同学知道怎么调用前十张照片吗 > > for i in range(10): 谢谢!
Sign in to join this conversation.
No Label
No Milestone
No Assignees
6 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.