- 11 10月, 2019 1 次提交
-
-
由 hong 提交于
* add new save load interface; test=develop * add new save interface; test=develop * add save load interface ; * fix save load error; * fix dygraph set dict bug; * add save load unit test; test=develop * fix test_imperative_optimizer bug; test=develop * fix unitest optimizer bug; test=develop * fix code coverage; test=develop * fix converage; test=develop * add document for apis; test=develop * fix unitest error; test=develop * fix save load unit test error; test=develop * fix error message; test=develop * change set_parameter set_optimizer to save_dygraph; test=develop * add load_graph check; test=develop * fix api spec; test=develop
-
- 27 9月, 2019 1 次提交
-
-
由 石晓伟 提交于
* update operator compatible info, test=develop * revert cmake/version.cmake, test=develop * add unit_tests and fix bugs, test=develop * update ../paddle/fluid/framework/framework.proto, test=develop * fix bug of paddle/fluid/inference/api/analysis_predictor.cc, test=develop * update paddle/fluid/framework/version_test.cc, test=develop * add comments and rename interfaces, test=develop
-
- 26 9月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
The new "fluid.data" changes old "fluid.layers.data": 1. Add shape and dtype check. 2. Remove "append_batch_size" parameter. We won't offer this in the new data layer because other deep learning platforms don't have this kind of data layer pre-processing. It may confuse users. 3. Remove "stop gradient" parameter because the data layer doesn't do back-propagation TODO: Now data layer feeded by executor is checked, will we want to check the feed data of readers in the future?
-
- 28 3月, 2019 1 次提交
-
-
由 gongweibao 提交于
-
- 11 3月, 2019 1 次提交
-
-
由 Qiyang Min 提交于
* Remove Desc in Forward Pass * Refactor VarBase * Add dbg info * Only check type in imperative mode * Polish code and support optimizer test=develop * Fix stop gradient problem in PyLayer test=develop
-
- 04 3月, 2019 1 次提交
-
-
由 minqiyang 提交于
test=develop
-
- 25 2月, 2019 1 次提交
-
-
由 minqiyang 提交于
test=develop
-
- 23 2月, 2019 1 次提交
-
-
由 minqiyang 提交于
test=develop
-
- 20 2月, 2019 1 次提交
-
-
由 minqiyang 提交于
-
- 20 1月, 2019 1 次提交
-
-
由 WangZhen 提交于
-
- 19 1月, 2019 1 次提交
-
-
由 WangZhen 提交于
-
- 12 12月, 2018 1 次提交
-
-
由 sneaxiy 提交于
test=develop
-
- 27 11月, 2018 1 次提交
-
-
由 peizhilin 提交于
-
- 26 11月, 2018 1 次提交
-
-
由 minqiyang 提交于
test=develop
-
- 24 11月, 2018 1 次提交
-
-
由 minqiyang 提交于
test=develop
-
- 08 11月, 2018 1 次提交
-
-
由 minqiyang 提交于
Fix code to support cpplint syntax check test=develop
-
- 29 10月, 2018 1 次提交
-
-
由 seiriosPlus 提交于
-
- 24 10月, 2018 2 次提交
- 29 9月, 2018 1 次提交
-
-
由 Xin Pan 提交于
test=develop
-
- 26 9月, 2018 1 次提交
-
-
由 Wu Yi 提交于
* hide operator API * update * update api.spec * fix merge * fix test
-
- 10 9月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 27 8月, 2018 1 次提交
-
-
由 qingqing01 提交于
* Support int8 type.
-
- 15 8月, 2018 1 次提交
-
-
由 gongweibao 提交于
-
- 14 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 07 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
Fix str and bytes problem Fix sorted problem Fix math problem Fix CI problem
-
- 17 7月, 2018 1 次提交
-
-
由 Wu Yi 提交于
* remove block api * remove clone_variable * hide block inner apis * update * fix tests
-
- 22 6月, 2018 2 次提交
-
-
由 Yancey1989 提交于
-
由 Yancey1989 提交于
-
- 21 5月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "a piece of job." * "fix typeo" * "fix ci"
-
- 19 4月, 2018 2 次提交
- 12 4月, 2018 1 次提交
-
-
由 Yang Yang(Tony) 提交于
-
- 07 4月, 2018 1 次提交
-
-
由 Yi Wang 提交于
* cpplint test and add tesnor_py_test.cc * Update * Update
-
- 03 4月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 12 3月, 2018 1 次提交
-
-
由 QI JUN 提交于
* add memopt level * add opt level for image classification demo * clean code * add delete op * clean code * test machine translation demo * clean code * clean code * skip fill constant with force cpu * clean code * clean code * refine code * clean code * fix bug
-
- 24 2月, 2018 2 次提交
-
-
由 typhoonzero 提交于
-
由 Yu Yang 提交于
* Add block.fwd_block_id * fix bug in memory optimization transpiler * Change DFS to BFS * Add comments
-
- 23 2月, 2018 1 次提交
-
-
由 kavyasrinet 提交于
* Adding set_capacity method support * Adding Python for make_channel * Updating notest_concurrency * Write python for make_channel method * Write python for make_channel method * Fix make_channel and test * Placeholder ops for channel send, recv and close * Adding ToTypeIndex method to var_type.h * Add var_type.h to channel: * Added POD_Type to the method * Add CHANNEL to executor * Updated get and set DataType to accomodate Channels * Updating get and set to incorporate channels * Adding CHANNEL as supported VarType in protobuf * Removing unecessary import * Fixing VarDesc to adapt to Channel as VarType * Add channel.h to executor * Remove innclude from channel * Updated var_type to support Channel as var type * Adding get_channel to pybind * Added ChannelHolder * Adding make_channel as an op * Adding ChannelHolder in channel * Fixing typo * Commenting out operators in concurrency * Removing totypeid right now since we don't need it. * Reverting python changes * Fixing typo in framework.py * Modify comments for ReaderHolder
-
- 22 2月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-