#1403·examples

无法获取 mnist 数据集

作者: ggankhuy创建于 2025年11月19日更新于 2025年11月19日

这个例子基于已淘汰的 FSDP1,但我仍然想看看它是否能正常运行:https://GitHub.com/pytorch/examples/blob/main/mnist/main.py,但 mnist fetch 命令失败,我认为原因是这里:https://GitHub.com/pytorch/examples/blob/acc295dc7b90714f1bf47f06004fc19a7fe235c4/mnist/main.py#L120C4-L121C44

内容来源: pytorch/examples