这个模型库中的代码 和 paddle book 完全是不对应的 好多引入不了 是需要更新paddle book吗?
Created by: 466821202
ImportErrorTraceback (most recent call last) in () 2 import paddle.v2.dataset.flowers as flowers 3 import paddle.v2 as paddle ----> 4 import reader 5 import vgg 6 import resnet
ImportError: No module named reader
AttributeErrorTraceback (most recent call last) in () ----> 1 out = resnet.resnet_imagenet(image, class_dim=CLASS_DIM)
AttributeError: 'module' object has no attribute 'resnet_imagenet'