IndentationError: unindent does not match any outer indentation level

runfile('C:/Users/kcl/Documents/Python Scripts/mlp_lasagne.py', wdir='C:/Users/kcl/Documents/Python Scripts')
  File "C:/Users/kcl/Documents/Python Scripts/mlp_lasagne.py", line 40
    build_mlp1()
                                ^
IndentationError: unindent does not match any outer indentation level

代码不正确的对齐方式。第40行代码对齐错误

原文地址:https://www.cnblogs.com/anyview/p/5221087.html