tensorlayer / TensorLayer

Deep Learning and Reinforcement Learning Library for Scientists and Engineers
http://tensorlayerx.com
Other
7.34k stars 1.61k forks source link

Update simple_conv.py #1007

Closed JingqingZ closed 5 years ago

JingqingZ commented 5 years ago

Fix the documentation problem mentioned in issue#1006

Checklist

Motivation and Context

Description

warshallrho commented 5 years ago

Thanks! Please use 'yapf -i --style=setup.cfg tensorlayer/layers/spatial_transformer.py' to fix the code style (shwon in https://travis-ci.org/tensorlayer/tensorlayer/jobs/549620322).

JingqingZ commented 5 years ago

Thanks! Please use 'yapf -i --style=setup.cfg tensorlayer/layers/spatial_transformer.py' to fix the code style (shwon in https://travis-ci.org/tensorlayer/tensorlayer/jobs/549620322).

The travis-ci issue has been solved. Please approve this PR and I will merge this when all the tests pass.