1. 14 8月, 2020 1 次提交
    • L
      add the function to get and set attributes of remote models (#381) · d6e82f01
      liuyuecheng-github 提交于
      * add support of RegExp input of distributed_files[]
      
      * add support of RegExp input of distributed_files[]
      
      * add the function to get and set attributes of remote models
      
      * get_set_attributes, not finished
      
      * get_set_atributes, not finieshed yet
      
      * add function to get and set attributes of remote model
      
      * add function to get and set attributes of remote models
      
      * add more unnitest cases, together with several comments
      
      * make codes reusable
      d6e82f01
  2. 12 8月, 2020 1 次提交
    • B
      importting submodule in xparl (#373) · c322e6fb
      Bo Zhou 提交于
      * fix #370
      
      * add unit tests for importting submodule in xparl
      
      * add comment
      
      * revert scripts.py
      
      * yapf
      
      * unit test
      
      * fix relative path bug
      
      * read files using relative path
      
      * remove print
      
      * update CMake
      
      * add try times
      
      * fix the bug in log_server_test.py
      
      * fix relative path bug&add unit test
      
      * update utils.py
      
      * update Cmake
      
      * fix pyc bug
      
      * Update utils.py
      c322e6fb
  3. 11 6月, 2020 2 次提交
  4. 10 6月, 2020 1 次提交
    • Z
      Add log monitor for remote actors (#269) · 6abe4f69
      Zheyue Tan 提交于
      * add logger for remote actors
      
      * resolve issues
      
      * `get_free_tcp_port` and `is_port_available` move to utils.py
      
      * add information for user in the remote log web UI
      
      * yapf formatting
      
      * fix unittest error
      
      * yapf formatting
      
      * update remote job web UI
      
      * add option for log server port
      
      * fix windows support
      
      * fix `os.devnull` in windows
      
      * fix port argument passing
      
      * fix bug
      
      * fix kill log_server
      
      * fix log server not started
      
      * add log_server_test
      Co-authored-by: NHongsheng Zeng <zenghongsheng@baidu.com>
      6abe4f69
  5. 09 6月, 2020 1 次提交
    • B
      fix the bug of recursive creating actors (#289) · 533d4b2c
      Bo Zhou 提交于
      * fix the bug of recursive creating actors
      
      * add comment
      
      * update comment
      
      * rename test files
      
      * fix workspace bug
      
      * fix the bug of distributing files
      
      * update comment
      
      * ban passing a absolute path
      533d4b2c
  6. 05 6月, 2020 1 次提交
  7. 28 4月, 2020 1 次提交
    • H
      support windows system (#215) · 2cb2c8bf
      Hongsheng Zeng 提交于
      * first version; unittest in parl/remote is passed
      
      * add windows local unittest shell; fix some incompatible problem
      
      * fix save api
      
      * refine comments and remove log of xparl stop
      
      * fix bug
      
      * Update scripts.py
      
      * Update utils.py
      
      * Update agent_base_test.py
      2cb2c8bf
  8. 20 3月, 2020 1 次提交
  9. 16 11月, 2019 1 次提交
    • H
      make job run task in a separate process (#170) · 64aebb6d
      Hongsheng Zeng 提交于
      * make job run task in a separate process
      
      * fix typo
      
      * add more debug info in xparl client
      
      * refine control flow of different processes in xparl job
      
      * refine control flow of different processes in xparl job
      
      * remove tsinghua source
      
      * remove tsinghua source
      
      * remove unnecessary logic
      
      * fix typo
      
      * refine comments and some logic
      
      * fix bug, `decay=0` means totally synchronize weights of source model to target model
      64aebb6d
  10. 25 9月, 2019 1 次提交
    • F
      torchdqn (#150) · 757cc391
      fuyw 提交于
      * git commit -m torchdqn
      
      * yapf
      
      * fix bugs
      
      * fix bugs
      
      * fix bugs
      
      * yapf
      
      * remove fstring format
      
      * torch_test yapf
      
      * yapf
      
      * Add torch in unittest.requirements
      
      * update torch_unittest
      
      * Torch and FLUID conflict problem in __init__.py
      
      * Unittest fail for torch when both torch and fluid exists.
      
      * cluster_test fail in the unittest, add timeout seconds.
      
      * Torch backend for PARL
      
      * add sleep time for unit test send_job_test.py
      
      * Unit test for send_job_test.py
      
      * use multiple try for unit test
      
      * Fix compatibility for python2.7.
      
      * fix send_job_test.py bugs
      
      * check file exist before send_job_test.py
      
      * Modify send_job_test.py
      757cc391
  11. 01 9月, 2019 1 次提交
    • F
      Add `files` argument when creating a client. (#143) · 7318f63e
      fuyw 提交于
      * Add `files` argument when creating a client.
      
      * Add `distributed_files` to parl.connect
      
      * yapf
      
      * Add try exception for `cls=cloudpickle.loads()`
      
      * yapf
      
      * unittest cluster_status_test.py `address is used`.
      
      * Solve port address duplicate problem.
      
      * combine two try except
      
      * check monitor for xparl status
      
      * yapf
      
      * fix bugs
      
      * fix bugs
      
      * More sleep in cluster_test.py.
      
      * yapf
      
      * add debug mode
      
      * add debug model
      
      * Fix reset_job_test.py timeout problem.
      
      * remove time decorator
      
      * Add timeout_decorator
      7318f63e
  12. 29 8月, 2019 1 次提交
    • F
      Add total CPU nums to monitor (#140) · 001c4dba
      fuyw 提交于
      * Add total CPU nums to monitor
      
      * fix unittest keyerro
      
      * yapf
      
      * test_max_memory error, add more sleep time
      
      * Add more sleep time in job._reply_client_heartbeat
      
      * Try sleep 6 times to check actor number.
      001c4dba
  13. 23 8月, 2019 1 次提交
    • F
      fix unittest bugs (#136) · 46f59906
      fuyw 提交于
      * add favicon
      
      * Sleep longer for unittest.
      
      * fix unittest bugs
      
      * increase sleep seconds after job_memory error
      46f59906
  14. 21 8月, 2019 1 次提交
    • F
      Add xparl status & @remote_class(max_memory) (#134) · eca90f14
      fuyw 提交于
      * fix css max-width bug
      
      * check if monitor_port is used
      
      * change master log dir to .parl_data/master/port
      
      * Add docs/parallel_training/features.rst
      
      * rename feature.rst to overview.rst
      
      * Add xparl status & @remote_class(max_memory)
      
      * fix yapf error
      
      * use new remote/tests
      
      * reply job_memory_info to client heartbeat
      
      * add cluster_status_test.py
      
      * update overview.rst
      
      * Update docs
      eca90f14
  15. 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
  16. 12 8月, 2019 1 次提交
    • B
      Cluster#2 (#124) · 84c94cc4
      Bo Zhou 提交于
      * fix a number of bug
      
      * update comments
      
      * paddle license
      
      * revert the change on client_not_init_test.py
      
      * fix timeout bug & unnitest
      
      * add unit test for potential bugs
      
      * yapf
      
      * unit test
      
      * logger
      
      * logger#2
      
      * fix job's bug that will cause dead-lock
      
      * fix bug
      
      * add missing files
      
      * solve hanging
      
      * fix comments; exit job completely
      
      * hanging problem
      
      * hanging problem#2
      
      * hanging_program#3
      
      * CMAKE
      
      * remove unused variables
      84c94cc4
  17. 03 8月, 2019 1 次提交
    • B
      Compatibility (#118) · 50f3bd31
      Bo Zhou 提交于
      * fix the vital issue on compatibility
      
      * resolve the warning log
      
      * yapf
      
      * yapf
      50f3bd31
  18. 02 8月, 2019 1 次提交
    • F
      first pr (#113) · b29a1ec1
      fuyw 提交于
      * first pr
      
      * start a worker when the master is started.
      
      * First PR & Fix logger bugs.
      
      * update docs for a2c, impala and ga3c
      
      * update doc
      
      * yapf modification
      
      * update logger
      
      * yapf correct
      
      * yapf
      
      * setup.py
      
      * old setup.py
      
      * worker 86
      b29a1ec1