- Sep 19, 2019
-
-
Juncheng authored
* async msg queue * EnqueueAsyncMsg
-
- Sep 18, 2019
- Sep 17, 2019
-
-
cheng cheng authored
* remove parallel policy * rm FC/rnn/embedding_look_up op/kernel * add check data parallel for conv/layer_norm op * bugfix: bias add + use math_add when batch size = 1
-
- Sep 16, 2019
-
-
scxfjiang authored
-
Shenghang Tsai authored
* update cmake files * check in files * 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 * shrink ctx size * fix script * fix wheel build * fix wheel build not adding .so (#2052) * lower cmake version bar * rm more files * keep build dir * check in test bash script * fix * Dev docker sx (#2124) * add python2 docker env * rm old docker files * update repository * add ARG CUDA and USE_PYTHON_3_OR_2 * reform files * update * rm log doesn't print when there is cache * use default arg in dockerfile * better py 2 or 3 condition * add default * use if * update alexnet * update for bert * 15->16
-
cheng cheng authored
-
Li Xinqi authored
* oneflow.parallel * refactor split_axis => parallel * rename parallel => distribute * fix typo: *Parallel => *Distribute * add blob_desc.with_split_distribute(axis) and blob_desc.with_broadcast_distribute()
-
Shenghang Tsai authored
-
Li Xinqi authored
* rm batch_size and piece_size * merge dev_python
-
- Sep 15, 2019
- Sep 14, 2019
-
-
Juncheng authored
-
Juncheng authored
-
Juncheng authored
* remove KernelIfWithActivation * remove KernelIfWithModel
-
Juncheng authored
-
Li Xinqi authored
* unsorted_segment_sum * fix job_completer/unsorted_segment_sum_grad.cpp * more check for unsorted_segment_sum batch_axis
-
Li Xinqi authored
* oneflow.unsorted_segment_sum * remote unused import * remove unused import * rename UnsortedSegmentSum to BatchUnsortedSegmentSum * rename: batch_unsorted_* => unsorted_batch_*
-
- Sep 12, 2019
-
-
Li Xinqi authored
* oneflow.unsorted_segment_sum * remote unused import * remove unused import
-
- Sep 11, 2019
-
-
Li Xinqi authored
-
QiaoJing authored
* add cnns test scripts for dev_python * add alexnet test scripts * add resnet50 * add inceptionv3 * add resnet50 * add vgg16 * first version of run_cnns_test.py * remove old files
-
Shenghang Tsai authored
* add inceptionV3 * check in vgg16
-
Shenghang Tsai authored
* check in changes * rm file * minor fix
-
Shenghang Tsai authored
-
- Sep 10, 2019
-
-
Snow authored
* add concat op and pass the test * add vgg job_conf * model compared to be same as the old one * rm unnecessary file * Update array_ops.py * mv file
-
Li Xinqi authored
* support for gather with s(0) `in' * add gather_ms0_op * fix bugs in message GatherMs0OpConf and GatherMs0Kernel * only (B, S(0)) -> P supported for gather_ms0 op * add GatherMs0Grad op * minor fix * refine code * bugfix and update gather test case
-
Shenghang Tsai authored
* reshape sbp * more check for reshape conf * fix error CHECK * refactor reshape * fix reshape like op * support naive case of s0 * refine * rm redundant code * more generous check for equal element cnt * restore empty line
-
Shenghang Tsai authored
-
- Sep 09, 2019
-
-
leaves-zwx authored
* check in script * runable * fix multinode * fix and real train * fix param data_format * fix truncated normal
-
lixinqi authored
-
lixinqi authored
-
Li Xinqi authored
-
- Sep 08, 2019
-
-
cheng cheng authored
-
cheng cheng authored
* InferOpSbpSignature in op_graph and infer_ctx * bugfix: lambda life time; gen job build error add location info * refine error generation and return * refine check lbi vaild and exists
-
cheng cheng authored
-
Li Xinqi authored
-