Dive-Into-Deep-Learning-PyTorch-PDF
Dive-Into-Deep-Learning-PyTorch-PDF copied to clipboard
import d2lzh报错
我尝试了一下原pdf的导入方式 import d2lzh as d2l已经不起作用了
我通过这种方式解决了:import d2lzh_pytorch as d2l