AttributeError: module 'paddle' has no attribute 'train'
Created by: Genie-Liu
In the doc of prepare_data, it use the method: paddle.train(...). But in paddle version 1.3.0, there's no attribute 'train' in paddle module. Is there some pre setting for paddle?