- 19 8月, 2020 2 次提交
- 17 8月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
set default python3,fix incompatible,cache dir for third party,unify error code,for windows (#26178) * set default python3 for paddle windows,test=win * set default python3,cache dir for third party,error code,test=win * fix some incompatible * fix some error * set virtual environment,test=win
-
- 15 8月, 2020 1 次提交
-
-
由 Aurelius84 提交于
-
- 07 8月, 2020 1 次提交
-
-
由 123malin 提交于
* test=develop,test=document_fix, remove the out args * fleet_util move to paddle.fleet Co-authored-by: NWuHaobo <wuhaobo1994@gmail.com> Co-authored-by: Ntangwei12 <tangwei12@baidu.com>
-
- 06 7月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 15 6月, 2020 1 次提交
-
-
由 Divano 提交于
-
- 03 4月, 2020 1 次提交
-
-
由 gongweibao 提交于
-
- 20 2月, 2020 2 次提交
-
-
由 Aurelius84 提交于
* support nested if/else * support to derivate returns the parameter list automatically * polish tranform function of slice * fix modify x.numpy()[i] slice function * support to transform ast.node into callable function * fix get_name_ids bug and add more unittest test=develop * fix requirements.txt test=develop * remove useless import statement test=develop * Fixed version compatibility issues in param of function test=develop * use decorater to test ast_to_func test=develop * add textwrap.dedent for source_code test=develop * polish code comment * fix compatibility with python2 and python3 test=develop * fix gast version error test=develop * fix gast repo test=develop * polish transfer_from_node_type code test=develop * add nested_if_else unittest test=develop * split IfElseTransformer test=develop * specify gast version test=develop * fix ast_to_func root type test=develop
-
由 Huihuang Zheng 提交于
1. Move AstNodeWrapper, StaticAnalysisVisitor to a new python file: static_analysis.py 2. Add basic node var type analysis
-
- 18 2月, 2020 1 次提交
-
-
由 Aurelius84 提交于
-
- 01 1月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 30 12月, 2019 1 次提交
-
-
由 tianshuo78520a 提交于
* add xly py35 dockerfile * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test dockerfile * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35 * test=py35,test=develop,test=inference,test=document_fix
-
- 05 9月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* refactor dygraph,test=develop * fix failed unittest,test=develop * polish code,test=develop * check windows ci error,test=develop try to fix windows ci error by np.allclose,test=develop * polish vlog and profiler, test=develop * try to fix preceding ops order,test=develop * test transformer in windows ci, test=develop * use python c-api to speed up tracer.trace,test=develop * test=develop, fix docker with paddle nccl problem * test=develop, add ut for debug string and gradient_accumulator * test=develop, add tests for layer/gradient_accumulator/prepared_op * test=develop, fix complie error for test_prepared_op * test=develop, add more ut for dygraph * test=develop, create API.spec for dygraph api change * test=develop, refoctor name to make it easier to understand * test=develop, refoctor name to make it easier to understand * test=develop, fix multi-gpu failed problem , add Tracer tests, change PADDLEENFORCE to PADDLEENFORCE_EQ * test=develop, fix ut failed on parallel se-resnext * test=develop, change one more PADDLE_ENFORCE
-
- 19 8月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 07 8月, 2019 1 次提交
-
-
由 Youwei Song 提交于
As mentioned in this link, the last version of NumPy to support Python 2.7 is numpy 1.16.4.
-
- 04 7月, 2019 1 次提交
-
-
由 tensor-tang 提交于
remove pycpuinfo deps in core
-
- 01 7月, 2019 1 次提交
-
-
由 tensor-tang 提交于
* fix mac ci random fail * use platform instead
-
- 29 6月, 2019 1 次提交
-
-
由 tensor-tang 提交于
* fix py-cpuinfo mac random fail * differentiate version on windows
-
- 18 6月, 2019 1 次提交
-
-
由 tensor-tang 提交于
test=develop
-
- 16 6月, 2019 1 次提交
-
-
由 lujun 提交于
update config for matplotlib, because python 3.6 is required by 3.1+
-
- 15 6月, 2019 1 次提交
-
-
由 lujun 提交于
for py2: matplotlib<=2.2.3 ; python_version<"3.5" scipy>=0.19.0, <=1.2.1 ; python_version<"3.5" nltk>=3.2.2, <=3.4 ; python_version<"3.5" for py3: matplotlib ; python_version>="3.5" scipy ; python_version>="3.5" nltk ; python_version>="3.5" update requests version to >=2.20.0 for CEV-2018-18074
-
- 12 6月, 2019 1 次提交
-
-
由 tensor-tang 提交于
* support avx and noavx core * add catch and give some log test=develop * fix build test=develop * add missing package test=develop * fix pybind name test=develop * fix import error test=develop * conbime noavx core test=develop * add requirements test=develop * fix unkown message test=develop * fix api spec test=develop * refine and clean test=develop * update * pass dist ut * follow comments test=develop * refine scripts test=develop
-
- 03 6月, 2019 1 次提交
-
-
由 tangwei12 提交于
-
- 23 3月, 2019 1 次提交
-
-
由 whs 提交于
* First pr of paddle slim. 1. Add framework of paddle slim 2. Add filter pruning strategy test=develop * Rename unitest to tests. test=develop * Add prettytable into requirements. test=develop * Change in_nodes and out_nodes to odered dict. test=develop * Remove distillation. test=develop * Fix API.spec test=develop * Fix unitest. test=develop * Fix unitest in windows. test=develop * Fix unitest in windows. test=develop * Fix unitest. test=develop * Hide some functions. test=develop * Fix python import in python3.5 test=develop * Fix compress pass. test=develop * Fix unitest of test_dist_ctr. test=develop * Enhence flops. * use os.path.join * Fix pickle for python3 Fix log and comments. test=develop * 1. Remove feed_reader in compress pass 2. Fix cache reader 3. Rename CompressPass to Compressor 4. Add comments for distiller optimizer 5. Remove unused pruner currently 6. Add some comments. 7. Change API.spec test=develop * Fix pruning in python3. test=develop * Fix unitest in python3. test=develop * Fix format in python3. test=develop
-
- 20 2月, 2019 1 次提交
-
-
由 JiabinYang 提交于
-
- 14 2月, 2019 1 次提交
-
-
由 JiabinYang 提交于
-
- 11 2月, 2019 1 次提交
-
-
由 sneaxiy 提交于
test=develop
-
- 24 12月, 2018 1 次提交
-
-
由 whs 提交于
* Init slim. * Remove distillation demo. * Fix import errors. test=develop * Fix some issues. test=develop * Fix configs. test=develop * Modify API.spec. test=develop * Fix format. test=develop * Fix format. test=develop * Add some comments.
-
- 17 12月, 2018 1 次提交
-
-
由 dongdaxiang 提交于
test=develop
-
- 16 12月, 2018 1 次提交
-
-
由 dongdaxiang 提交于
test=develop
-
- 21 11月, 2018 1 次提交
-
-
由 minqiyang 提交于
test=develop
-
- 19 11月, 2018 2 次提交
- 15 11月, 2018 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 05 11月, 2018 1 次提交
-
-
由 peizhilin 提交于
-
- 19 9月, 2018 1 次提交
-
-
由 typhoonzero 提交于
-
- 14 8月, 2018 1 次提交
-
-
由 Jiabin Yang 提交于
* fix the numpy version has to be lower than 1.15 * Add TODO comments
-
- 12 7月, 2018 2 次提交