- 03 8月, 2023 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 20 7月, 2023 1 次提交
-
-
由 Kai Song 提交于
-
- 06 7月, 2023 1 次提交
-
-
由 XiaociZhang 提交于
This reverts commit 15c87528.
-
- 28 6月, 2023 1 次提交
-
-
由 XiaociZhang 提交于
* [kunlun] fix the dataloader problem in RDMA env When running multi-machine training with Paddle DataLoader, an unexpected segmentfault will be raised in DataLoader Process, where the traceback goes all back to a runtime error that dataloader workers exit unexpectedly. Similar problems have been discussed that lead to a misbehavior of OpenCV working in multiprocessing environment. See https://stackoverflow.com/questions/54013846/pytorch-dataloader-stucked-if-using-opencv-resize-method * code style * fix 'RuntimeError: context has already been set' * Update dataloader_iter.py spawn method raise error 'Can't pickle local object' in some situations * code format check * code style
-
- 13 6月, 2023 1 次提交
-
-
由 HydrogenSulfate 提交于
-
- 12 6月, 2023 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 09 6月, 2023 1 次提交
-
-
由 Nyakku Shigure 提交于
* bump ruff to 0.0.271 and update config * exclude third_party * bump ruff to 0.0.272 * refine config
-
- 31 5月, 2023 1 次提交
-
-
由 lijialin03 提交于
This reverts commit 4bcb5cc4.
-
- 30 5月, 2023 1 次提交
-
-
由 lijialin03 提交于
-
- 22 5月, 2023 1 次提交
-
-
由 Meteor Liu 提交于
* [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * fixed cyclic reference that caused patial import * fixed bad change * fix bad import * fix bad import * fix bad import * fix ut failed caused by change in_dynamic_mode * fix ut failed caused by change in_dynamic_mode * fixed usage of in_dynamic_mode() or in_dygraph_mode() * revert python3 to python in .pre-commit-config.yaml * fix merge conflicts
-
- 18 5月, 2023 1 次提交
-
-
由 co63oc 提交于
-
- 11 5月, 2023 1 次提交
-
-
由 Kaipeng Deng 提交于
* move DataLoader to paddle.io. test=develop
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed
-
- 25 4月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 09 12月, 2020 1 次提交
-
-
由 joejiong 提交于
As the title
-
- 16 11月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add WeightedRandomSampler. test=develop
-
- 04 11月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add paddle.io.ComposeDataset & paddle.io.ChainDataset. test=develop
-
- 23 9月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* init commit of new save/load * fix failed unittests * fix save_load_v2 unittest failed * fix failed unittest & polish doc * add tests for coverage * add more tests & move static apis * fix example code error * polish emample code * fix detail example code problem
-
- 22 9月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* remove paddle.readers API. test=develop
-
- 31 8月, 2020 1 次提交
-
-
由 qingqing01 提交于
* Move hapi form paddle/incubate to paddle * Remove vision/datasets/utils.py and clean code * Add sample code for conll05 * Print pull path when saving model * Fix sample code after paramter_list of SGD is changed to parameters * Fix bug in wmt16 datase
-
- 27 8月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add TensorDataset. test=develop
-
- 19 8月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add Sampler/SequenceSampler/RandomSampler. test=develop
-
- 12 8月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add IterableDataset support in multiprocess DataLoader. test=develop
-
- 15 5月, 2020 1 次提交
-
-
由 hong 提交于
* add base name alias; test=develop * fix embedding bug; test=develop * fix io error; test=develop * add metric; test=develop * add import palce; test=develop * add setup; test=develop * fix incubate reader; test=develop * fix initializer error; test=develop
-
- 21 4月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add DataLoader, Dataset, BatchSampler
-
- 23 3月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
-