Commit Graph

22 Commits (7c55a94de51b1de42bd444c0d8ab20c9eeabcb4e)

Author SHA1 Message Date
xujiaqi01 0eb4d990c4
fix compiled error when with_pslib=on (#21769)
7 years ago
dongdaxiang f6c9232a3d fix dataset float32 type problem
7 years ago
xjqbest 824b84d185 add DataSet and InMemoryDataFeed, support load data into memory and shuffle data
7 years ago
dongdaxiang a446d26e8a add todo for asynce executor
7 years ago
dongdaxiang c165012031 refine device_worker and trainer code
7 years ago
dongdaxiang 24a8001142 make -DWITH_PSLIB=ON compilable
7 years ago
dongdaxiang 855bf579d2 add dist_multi_trainer for distributed training, add trainer_factory and device_worker_factory so that we can easily extend new training mode, add pull dense worker which is a singleton for parameter fetching
7 years ago
dongdaxiang 4c0a769d1d avoid clock time in WIN32 mode
8 years ago
dongdaxiang 66522046ad remove clock time in WIN32 mode
8 years ago
dongdaxiang f2b92d77b5 remove clock time in WIN32 mode
8 years ago
dongdaxiang d839bd0dd4 simple commit
8 years ago
dongdaxiang c9b799896e fix tag in async_executor
8 years ago
heqiaozhi f81957a753 refine cmake for pslib & pre_define
8 years ago
heqiaozhi 2912d5311b fix code style bug & change pslib.cmake & change Cmakelist adapt pslib
8 years ago
dongdaxiang c71279bc69 refine code style for async_executor.h and async_executor.cc
8 years ago
heqiaozhi 10ed9e0a6e download & run & instance
8 years ago
heqiaozhi 016a068775 stop server
8 years ago
heqiaozhi 575ae7c6c3 refine pslib inferface & fix some bugs
8 years ago
heqiaozhi d3ca359e44 config init & adapt to interface
8 years ago
heqiaozhi a77fa67bbd async_thread_trainer & libmct & pslib.cmake
8 years ago
dongdaxiang 52a0be7bb4 add mct into CMakeLists.txt
8 years ago
Wang Guibao 41e19eb431
AsyncExecutor (#14627)
8 years ago