1. 13 1月, 2020 1 次提交
  2. 30 12月, 2019 1 次提交
  3. 23 12月, 2019 1 次提交
  4. 21 12月, 2019 1 次提交
  5. 17 12月, 2019 1 次提交
  6. 11 12月, 2019 2 次提交
  7. 09 12月, 2019 1 次提交
  8. 04 12月, 2019 1 次提交
  9. 27 11月, 2019 1 次提交
  10. 22 11月, 2019 1 次提交
  11. 18 11月, 2019 1 次提交
  12. 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
  13. 15 11月, 2019 1 次提交
  14. 11 11月, 2019 1 次提交
  15. 06 11月, 2019 1 次提交
    • L
      add pytorch a2c (#167) · 4abc0534
      LI Yunxiang 提交于
      * add pytorch a2c
      
      * add set/get_weights test & copyright
      
      * yapf....
      
      * Update model_base_test_torch.py
      
      * update
      
      * Delete banma.py
      
      * Update model_base_test_torch.py
      
      * update
      
      * Update model.py
      
      * update torch tests
      
      * Update model_base_test_torch.py
      4abc0534
  16. 04 11月, 2019 1 次提交
  17. 30 10月, 2019 2 次提交
  18. 29 10月, 2019 1 次提交
  19. 24 10月, 2019 1 次提交
  20. 22 10月, 2019 1 次提交
  21. 16 10月, 2019 1 次提交
  22. 08 10月, 2019 1 次提交
  23. 25 9月, 2019 2 次提交
    • 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
    • L
      add dygraph pg (#155) · 49b0e706
      LI Yunxiang 提交于
      * add dygraph pg
      
      * update acc. comments
      
      * update comments
      49b0e706
  24. 17 9月, 2019 1 次提交
  25. 05 9月, 2019 1 次提交
  26. 03 9月, 2019 1 次提交
  27. 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
  28. 29 8月, 2019 4 次提交
  29. 27 8月, 2019 1 次提交
  30. 26 8月, 2019 1 次提交
    • B
      fix minor problems in the docs (#138) · b6122aa2
      Bo Zhou 提交于
      * fix minor probmels in the docs
      
      * typo
      
      * remove pip source
      
      * fix monitor
      
      * add performance of A2C
      
      * Update README.md
      
      * modify logger for GPU detection
      b6122aa2
  31. 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
  32. 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
  33. 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
  34. 14 8月, 2019 1 次提交