AttributeError: 'module' object has no attribute 'square_error_cost'
Created by: shincfk
root@b402efa66f54:/home/work# python train.py I0928 09:21:58.518064 86 Util.cpp:166] commandline: --use_gpu=False Traceback (most recent call last): File "train.py", line 137, in main() File "train.py", line 80, in main cost = paddle.layer.square_error_cost( AttributeError: 'module' object has no attribute 'square_error_cost' root@b402efa66f54:/home/work#
How to solve this question?