“fec6f8091f4031da8ca506ad4ea7d628e2f0411c”上不存在“v1_api_demo/gan/gan_trainer.py”
  • Y
    Make C lib in `paddle.v2.master.client` lazy load · 385bd464
    Yu Yang 提交于
    Currently, WITH_GOLANG is a compiling flag, and not all Paddle binary
    enable `WITH_GOLANG=ON`. So we cannot ensure that every paddle has
    `master.so`. Make load that C libary lazily could let the user run
    Paddle without `WITH_GOLANG=ON`.
    385bd464
client.py 2.3 KB