- 19 10月, 2017 4 次提交
-
-
由 fengjiayi 提交于
* Add design doc of batch_norm_op * Move batch_norm_op.png to operator/images * Refine batch_norm_op design doc
-
由 Abhinav Arora 提交于
* Add initail design doc for regularization * Updating image links * Commiting the images for the equations * Adding computation graph images * Adding section on computation graph
-
由 Yu Yang 提交于
* Change ProgramDesc not a global variable * Polish code style * Correct implement BlockDesc destructor * Unify program as parameter name
-
由 fengjiayi 提交于
* Implement FC layer with helper * Update LayerHelper * Add debug string for Python ProtoBuf and Rename `Sync` to `Flush` * Add check of ProtoBuf initialization * Layer wrapper for FC * Fix unittest * Fix CI * Add code generator * AttributeChecker Better error log and speicalize bool Since lots of types can be cast to bool * Complete mlp, fit_a_line * Implementation of simple conv_2d layer * Fix bugs * Remove debug code
-
- 18 10月, 2017 13 次提交
-
-
由 武毅 提交于
-
由 Yiqun Liu 提交于
Update the documentation of how to cross-compile for Android
-
由 Liu Yiqun 提交于
-
由 Liu Yiqun 提交于
-
由 Yang Yang(Tony) 提交于
Simplify executor
-
由 Yu Yang 提交于
-
由 QI JUN 提交于
-
由 Markus Kliegl 提交于
* initial matmul operator Similar to np.matmul, but also has transpose_X and transpose_Y flags, and only supports tensors from rank 1 to 3 inclusive. For GPU, uses cublas?gemmStridedBatched. For CPU, uses cblas_?gemm_batch if available via MKL; otherwise a simple serial implementation that loops over the batch dimension is employed for now.
-
由 dzhwinter 提交于
Add momentum operator
-
由 Yu Yang 提交于
-
由 Abhinav Arora 提交于
-
由 Qiao Longfei 提交于
-
由 Qiao Longfei 提交于
* init parameter base class * optimize the Comments of optimizer * basic implimentation of optimizer * add test_optimizer * add no_grad_set to interface * update optimizer.py * python code can run * fix some problem * add sync_with_cpp to Python Program and Block * sync vars and ops in block from cpp * optimize code and add some comment * add more check for sync * update optimizer with return value of Backward * rm unused code * infer shape when create gradient vairiable * update test_optimizer * update test_program.py * update backward test * follow comment
-
- 17 10月, 2017 23 次提交
-
-
由 Tao Luo 提交于
enable merge grad unit test
-
由 Cao Ying 提交于
add config helper for dot-product attention.
-
-
由 tensor-tang 提交于
-
由 ranqiu 提交于
-
由 tensor-tang 提交于
-
由 tensor-tang 提交于
-
由 Yu Yang 提交于
* Make global scope not thread-safe 1. It is no need to make global scope thread-safe, since it will be invoked in Python main thread. 2. Do not free the global scope when C++ exit. Let the OS free memories, otherwise, we need to handle the destroy dependencies. See https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables * Revert "FIX: Release CPU/GPU memory via deleter" This reverts commit 8f80f5bc.
-
由 Yu Yang 提交于
-
由 Yang Yang 提交于
-
由 Yu Yang 提交于
They are public now
-
由 Qiao Longfei 提交于
-
由 Yang Yang 提交于
-
由 QI JUN 提交于
Complete infer_var_type
-
由 Qiao Longfei 提交于
* rm cpp executor_test, rewrite in python later * remove executor_test code in CMakeList.txt
-
由 QI JUN 提交于
export SelectedRows to Python
-
由 Yu Yang 提交于
* Implement FC layer with helper * Update LayerHelper * Add debug string for Python ProtoBuf and Rename `Sync` to `Flush` * Add check of ProtoBuf initialization * Layer wrapper for FC * Fix unittest * Fix CI * Add code generator * AttributeChecker Better error log and speicalize bool Since lots of types can be cast to bool * Complete mlp, fit_a_line
-
由 qijun 提交于
-
由 QI JUN 提交于
export feed/fetch variable method to Python
-
由 Yu Yang 提交于
* Change dataType to data_type Follow PEP8 * Change name_convention to fit PEP8
-
由 Yu Yang 提交于
* Update design doc for Python Layer * Update document
-
由 Yu Yang 提交于
* AttributeChecker Better error log and speicalize bool Since lots of types can be cast to bool * add FIXME comment
-
由 qijun 提交于
-