1. 17 7月, 2020 1 次提交
    • Z
      support python 3.8 (#351) · 779b5d4e
      zenghsh3 提交于
      * support python 3.8
      
      * fix python2 compatibility
      
      * remove py38 unittest since paddle don't support python3.8
      779b5d4e
  2. 05 6月, 2020 1 次提交
  3. 02 6月, 2020 1 次提交
    • B
      ping the master before connection (#278) · d683f331
      Bo Zhou 提交于
      * ping the master before connection
      
      * yapf
      
      * fix comments
      
      * remove the useless library
      
      * install ping for the docker environment
      
      * remove protobuf intallation
      
      * remove evokit test
      d683f331
  4. 27 3月, 2020 1 次提交
    • R
      Add UnitTest for DeepES (#231) · 15c68e58
      rical730 提交于
      * Add UnitTest for DeepES
      
      * update Dockerfile
      
      * only unittest
      
      * remove the commented lines and empty functions.
      
      * update CMakefile
      
      * add optimizer unittest and torch demo test
      
      * use optimizer_factory and add fail unittest case
      
      * remove duplicate files, and simplify unittest
      
      * teamcity test
      
      * delete test case
      
      * remove comment line
      
      * shield progress display of downloading and unzip libtorch
      
      * remove deepes torch demo test
      
      * delete useless comment
      15c68e58
  5. 08 10月, 2019 1 次提交
  6. 19 8月, 2019 1 次提交
    • B
      Unittest in parallel (#135) · eff8e974
      Bo Zhou 提交于
      * upgrade unit test to reduce test time
      
      * minor change
      
      * fix the bug in unit tests
      
      * fix the bug in build.sh
      
      * Update build.sh
      
      * Update test.sh
      
      * fix a potential bug that will hung the test
      
      * then
      
      * solve the problem in documentation
      eff8e974
  7. 09 7月, 2019 1 次提交
  8. 24 4月, 2019 1 次提交
  9. 19 4月, 2019 1 次提交
  10. 07 3月, 2019 1 次提交
    • H
      new feature: parl.remote (#54) · 348db1fb
      Hongsheng Zeng 提交于
      * refine remote module, add heartbeat machanism and unittest
      
      * yapf
      
      * yapf
      
      * support get ip address in CentOS, add dependence
      
      * yapf
      
      * add dependence in Dockerfile
      
      * refine message_tag, Compatible with Python2 and python3
      
      * refine unittest and comments
      
      * remove ParlError, use to_pybytes api to compatible with Python 2 and python 3
      
      * Not need to use to_pybytes
      
      * use parl-test docker image for unittest, which has python2 and python3 env
      
      * test different release order of sockets
      
      * test for different closing way fo context and socket
      
      * tmp commit for debug in teamcity
      
      * tmp commit for debug in teamcity
      
      * tmp commit for debug in teamcity
      
      * use zmq.context destroy to close multi-thread socket, refine RemoteError
      
      * set linger=0 for command socket in RemoteObject
      
      * remove close context unittest
      
      * fix codestyle
      
      * fix codestyle
      
      * rename parl.remote to parl.remote_class; will not exit client when having errors in function call; use sepereate server port in unittest to avoiding closing server manually
      
      * rename parl.remote to parl.remote_class; will not exit client when having errors in function call; use sepereate server port in unittest to avoiding closing server manually
      
      * fix typo
      
      * remove unnecessary try/except in reply loop of client
      
      * import RemoteManager to parl; refine comment
      348db1fb
  11. 05 3月, 2019 1 次提交
    • H
      run unittest in python2 and python3 (#55) · e80604f8
      Hongsheng Zeng 提交于
      * run unittest in python2 and python3
      
      * refine structure of repo
      
      * refine structure of repo
      
      * add --fix-misssing
      
      * fix teamcity
      
      * add --fix-misssing
      
      * update paddle version in python2
      e80604f8