Created by: xyzhou-puck
I slightly modify two python file in order to improve the usability of PaddlePaddle:
-
in paddle.dataset.uci_housing, I make the load_data function be able to return train/test data, by which way, users can directly work with that raw data.
-
in paddle.fluid.executor, I give the place a default value (CPUPlace()), so that the user (who does not need GPU) no longer needs to worry about the place anymore.