Dive-Into-Deep-Learning-PyTorch-PDF icon indicating copy to clipboard operation
Dive-Into-Deep-Learning-PyTorch-PDF copied to clipboard

import d2lzh报错

Open Vincent-Crawl opened this issue 2 years ago • 0 comments

我尝试了一下原pdf的导入方式 import d2lzh as d2l已经不起作用了 我通过这种方式解决了:import d2lzh_pytorch as d2l

Vincent-Crawl avatar Aug 04 '23 05:08 Vincent-Crawl