- Sep 01, 2019
-
-
lixinqi authored
-
Li Xinqi authored
* add job_build_and_infer_ctx interface * lbn_with_split_hint * fix maybe macro * fix signature of Maybe<T>::Error() * job_build_and_infer_if * add c_api_util wrapper for job_build_and_infer_ctx * implement python/job_build_and_infer interface * CurJobBuildAndInferCtx_AddPlacementGroup * BuildJobAndInferCtx and Mgr c++ implement (#2074) * job_build_and_infer_ctx_mgr * refine interface of infer_ctx_mgr * JobBuildInferCtx set job conf; add and refine error type * revert job.proto * half impl of add op in build_infer_ctx * generate op produced empty logical blob desc ; infer out blob desc interface * job_build_and_infer_ctx VERSION 1 * add InferOutBlobDesc for conv op; remove record_piece_size in interface op * maybe return * job_set hold by job_build_and_infer_ctx_mgr * check placement when infer ctx mgr leave cur job * Global New/Delete JobBuildAndInferCtxMgr * add JUST when ctx add op * remove unused job_conf.arg_op_name * fix bugs caused by python new api * fix bugs caused by lack of Global<JobDesc> * fix bugs caused by new api * refactor compiler.Compile * merge dev_python * remove unused message proto * rename api
-
Shenghang Tsai authored
* Fix tick in multi node parallel (#2042) * check in fixes * fix by adding boxing method * register tick op * move code and add more check * fix typo * fix bug when filtering op nodes before adding tick * fix wheel build not adding .so (#2052) * color plan dot VERSION-2 (#2045) * fix 121 for tick (#2069) * add template for cast * rename
-
guo ran authored
* prelu * fix * fix
-
- Aug 31, 2019
-
-
cheng cheng authored
* bugfix: reshape op infer dim0 size; and look up tensorflow reshape * refine code for read * check py if and test
-
scxfjiang authored
* matmul * np.allclose
-
Juncheng authored
-
ShawnXuan authored
* zero constant initilzer for adam m and v * make of_format * init adam m v beta1_t and beta2_t * use value instead of initializer * const float& -> const float * update
-
Shenghang Tsai authored
* fix gcc version in release * fix empty line
-
Shenghang Tsai authored
* Fix tick in multi node parallel (#2042) * check in fixes * fix by adding boxing method * register tick op * move code and add more check * fix typo * fix bug when filtering op nodes before adding tick * fix wheel build not adding .so (#2052) * color plan dot VERSION-2 (#2045) * fix 121 for tick (#2069)
-
Juncheng authored
-
guo ran authored
* fix bn * return Maybe<void> OK in lambda * fix typo
-
- Aug 30, 2019
-
-
QiaoJing authored
* fix sigmoid op bug * fix bug for split like op * add sigmoid grad op
-
Shenghang Tsai authored
-
Juncheng authored
-
Houjiang Chen authored
* Refine Infer APIs by return Maybe<void> type * Fix return type * Fix code style * Replace CHECK macros in the implementation of infer APIs * Revert IsOk * update
-
Juncheng authored
-
QiaoJing authored
-
Houjiang Chen authored
* Refine Infer APIs by return Maybe<void> type * Fix return type * Fix code style * Replace CHECK macros in the implementation of infer APIs * Revert IsOk
-
jackalcooper authored
-
jackalcooper authored
* add more checks * make language more consistant * better error info for worker init * better error
-
jackalcooper authored
-
Juncheng authored
-
scxfjiang authored
-
scxfjiang authored
* run max_pool_2d without bug * correct max_pool_2d * correct average_pool_2d * minor refine * final version * rename to nn.py * add name arg to pool1d ops * refine by review
-
jackalcooper authored
* check in impl * add todo
-
Juncheng authored
-
- Aug 29, 2019
-
-
leaves-zwx authored
* python_ops gather and unit test * format * minor mod
-
Juncheng authored
* AssignOp * remove useless code
-
jackalcooper authored
* fix data dir * rm model load path
-
jackalcooper authored
* Fix tick in multi node parallel (#2042) * check in fixes * fix by adding boxing method * register tick op * move code and add more check * fix typo * fix bug when filtering op nodes before adding tick * check in impl
-
jackalcooper authored
* check in fixes * fix by adding boxing method * register tick op * move code and add more check * fix typo * fix bug when filtering op nodes before adding tick
-
- Aug 28, 2019
-
-
cheng cheng authored
* better looking and more infomation of merged_plan.dot * refine color
-
jackalcooper authored
-
jackalcooper authored
-
- Aug 27, 2019
-
-
Juncheng authored
-
Shiyuan Shang-Guan authored
-
jackalcooper authored
* check in fixes * check in script * fix boxing bug when setting conf with sbp * flag for iter * fixbug of delete worker * fix delete worker in script * address review, add exclusive or check * reuse plan to dot file * refine plan dot * fix and add flags * fmt * rm debug output * more flags * check Activation * fix fc bug when num axes > 2 * reverse change
-
cheng cheng authored
* reuse plan to dot file * refine plan dot
-
- Aug 25, 2019
-
-
cheng cheng authored
-