Epsilon Luoo anine09
  • Joined on Mar 07, 2023
Loading Heatmap…

anine09 commented on issue Datawhale/d2l#50

(jupyter)浏览器启动的资源不对,在浏览器上看不到指定路径下的资源

在使用 `cd` 进入目标文件夹后,再启动 `jupyter-notebook`

1 year ago

anine09 commented on issue Datawhale/d2l#49

task 01

看来你是遇到了版本冲突问题,请安装conda新建虚拟环境后,再执行命令

1 year ago

anine09 closed issue Datawhale/d2l#42

4个工作进程告警,请问怎么解决

1 year ago

anine09 commented on issue Datawhale/d2l#48

Fashion-MNIST数据集下载并读取失败

那我觉得你可以参照我给出的解决方案,他们可能对代码进行了一次更新,还没有同步过去

1 year ago

anine09 commented on issue Datawhale/d2l#47

ch13中python类中的调用问题

麻烦提供下详细的代码链接地址,由于内容超出本次学习的范围,也请做好无助教解答的准备

1 year ago

anine09 commented on issue Datawhale/d2l#48

Fashion-MNIST数据集下载并读取失败

hi @Nidhogghjt 麻烦提供下详细的代码地址,目前我在在线版本中没有找到相关代码,它是通过 `torchvision.datasets.FashionMNIST` 来导入 Fashion-MNIST 数据集,详情可见 [3.5. 图像分类数据集](https://zh.d2l.ai/chapter_linear-networks/image-classification-dataset.html),你也可以按照链接中的写法尝试修改目前的代码

1 year ago

anine09 commented on issue Datawhale/d2l#42

4个工作进程告警,请问怎么解决

oh no,它在 `d2l` 中是写死的数字,你需要在 `d2l/torch.py` 中找到 `get_dataloader_workers` 这个函数,然后将 `return 4` 改为 `return 0`,或者你也可以直接修改 `load_data_fashion_mnist` 的 `num_workers` 为 0,这会涉及到对 `d2l` 包源代码的修改,我建议你在 IDE 或者代码编辑器中完成 ![1680004186277](/attachments/96dc1679-3c07-4d07-b3cb-e92d2f21ae11)

1 year ago

anine09 commented on issue Datawhale/d2l#41

图像分类数据集

贴一下代码链接 我去试试

1 year ago

anine09 commented on issue Datawhale/d2l#45

Task 04:关于softmax问题

- 关于第一个问题请参考 https://openi.pcl.ac.cn/Datawhale/d2l/issues/39 - 第二个问题其实也在 [Pytorch 官方文档](https://openi.pcl.ac.cn/Datawhale/d2l/issues/39) 中有详细说明 我们推荐将每个问题分为独立的 issue 进行讨论,也请仔细阅读 **学习者手册中的提问部分**,RTFM

1 year ago

anine09 commented on pull request Datawhale/d2l#44

master

我没有理解这个 pr 的意图

1 year ago

anine09 commented on issue Datawhale/d2l#41

图像分类数据集

刷新一下 cache 吧,我感觉就是 notebook 渲染的问题

1 year ago

anine09 commented on issue Datawhale/d2l#42

4个工作进程告警,请问怎么解决

你没有说明操作系统版本,但是我预估你是 Windows 10/11,你可以试试将 `num_works` 设置为 **0**,这是 Windows 下的一个 bug

1 year ago

anine09 closed issue Datawhale/d2l#39

提问:在感知机实现中,softmax计算在哪一步进行的呀

1 year ago

anine09 commented on issue Datawhale/d2l#39

提问:在感知机实现中,softmax计算在哪一步进行的呀

hi @ING__ 请仔细查阅 [Pytorch 官方文档](https://pytorch.org/docs/stable/generated/torch.nn.CrossEntropyLoss.html#torch.nn.CrossEntropyLoss:~:text=Note%20that%20this%20case%20is%20equivalent%20to%20the%20combination%20of%20LogSoftmax%20and%20NLLLoss.),你的疑惑在里面已经解答过了

1 year ago

anine09 commented on issue Datawhale/d2l#38

内核挂掉的问题

hi @xiaobaistudy 请提供完整的代码链接或者文本,以便我们复现你遇到的问题,你可以使用 [Markdown 代码语法](https://www.runoob.com/markdown/md-code.html) 来展现你的文本

1 year ago

anine09 closed issue Datawhale/d2l#18

书本P59咨询一下

1 year ago

anine09 commented on issue Datawhale/d2l#34

安装pytorch时出现问题

hi @zhongyu 请参考我们的直播安装教程来换源,目前看来是因为 free repo 已经被官方弃用了,你看的方案可能过时了

1 year ago

anine09 commented on issue Datawhale/d2l#35

本地浏览器无法访问远程主机jupyter,8888端口无法映射

我们推荐在 MacOS 上直接运行 `jupyter-notebook`,使用虚拟机可能会带来一些未知的问题

1 year ago

anine09 commented on issue Datawhale/d2l#36

《动手深度学习》3.1线性回归 似然函数的问题

好像有类似的讨论了,不妨参考一下@https://openi.pcl.ac.cn/Datawhale/d2l/issues

1 year ago

anine09 commented on issue Datawhale/d2l#33

Pycharm社区版本无法显示动图

hi @18959285146 本次学习并不推荐使用 PyCharm,我们也不会为它提供支持,请参考 **安装** 章节的内容

1 year ago